Html Css Color HEX #371D08 Cocoa Brown

📋 copy color: '#371D08'

red 55 ◦ green 29 ◦ blue 8

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

Shades of Cocoa Brown #371D08

Tints of Cocoa Brown #371D08

RGB

 RED value IS 55 (21.88% from 255) = 59.78%

 GREEN value IS 29 (11.72% from 255) = 31.52%

 BLUE value IS 8 (3.52% from 255) = 8.7%

R = 59.78%
G = 31.52%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371D08 (or 0x371D08) is known color: Cocoa Brown. HEX triplet: 37, 1D and 08. RGB value is (55,29,8). Sum of RGB (Red+Green+Blue) = 55+29+8=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D08 is #C8E2F7. Grayscale: #222222. Windows color (decimal): -13165304 or 531767. OLE color: 531767.

HSL color Cylindrical-coordinate representation of color #371D08: hue angle of 26.81º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371D08 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 8 -
CMYK 0 0.47 0.85 0.78
HSL 26.81º 0.75% 0.12% -
HSV(B) 26.81º 0.85% 0.22% -
XYZ 2.06 1.71 0.45 -
YUV 34.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 55 29 8 0 0.47 0.85 0.78 26.81 0.75 0.12
Hex 37 1D 8 0 2F 55 4E 1B 4B C
Octal 67 35 10 0 57 125 116 33 113 14
Binary 110111 11101 1000 0 101111 1010101 1001110 11011 1001011 1100

Color Harmonies of #371D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D08

Black with #371D08

Text Example


Text Example

White with #371D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D08; }

 p { color: rgb(55,29,8); }

 H1.HeaderClassName
 {
   color: #371D08;
 }
 .AnyTagClassName
 {
   color: #371D08;
 }
</style>

background-color css

<style>
 a { background-color: #371D08; }

 a { background-color: rgb(55,29,8); }

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

border-color css

<style>
 span { border-color: #371D08; }

 span { border-color: rgb(55,29,8); }

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