Html Css Color HEX #513D3D Crater Brown

📋 copy color: '#513D3D'

red 81 ◦ green 61 ◦ blue 61

#513D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #513D3D

Tints of Crater Brown #513D3D

RGB

 RED value IS 81 (32.03% from 255) = 39.9%

 GREEN value IS 61 (24.22% from 255) = 30.05%

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 39.9%
G = 30.05%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#513D3D (or 0x513D3D) is known color: Crater Brown. HEX triplet: 51, 3D and 3D. RGB value is (81,61,61). Sum of RGB (Red+Green+Blue) = 81+61+61=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D3D is #AEC2C2. Grayscale: #424242. Windows color (decimal): -11453123 or 4013393. OLE color: 4013393.

HSL color Cylindrical-coordinate representation of color #513D3D: hue angle of 0º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D3D is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 61 -
CMYK 0 0.25 0.25 0.68
HSL 0.14% 0.28% -
HSV(B) 0.25% 0.32% -
XYZ 5.9 5.42 5.15 -
YUV 66.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 81 61 61 0 0.25 0.25 0.68 0 0.14 0.28
Hex 51 3D 3D 0 19 19 44 0 E 1C
Octal 121 75 75 0 31 31 104 0 16 34
Binary 1010001 111101 111101 0 11001 11001 1000100 0 1110 11100

Color Harmonies of #513D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D3D

Black with #513D3D

Text Example


Text Example

White with #513D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513D3D; }

 p { color: rgb(81,61,61); }

 H1.HeaderClassName
 {
   color: #513D3D;
 }
 .AnyTagClassName
 {
   color: #513D3D;
 }
</style>

background-color css

<style>
 a { background-color: #513D3D; }

 a { background-color: rgb(81,61,61); }

 div.DivClassName
 {
   background-color: #513D3D;
 }
 .BgClassName
 {
   background-color: #513D3D;
 }
</style>

border-color css

<style>
 span { border-color: #513D3D; }

 span { border-color: rgb(81,61,61); }

 td.TdClassName
 {
   border-color: #513D3D;
 }
 .TagClassName
 {
   border-color: #513D3D;
 }
</style>