#371D04

Color #371D04 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #371D04

Tints of Cocoa Brown #371D04

Color information

#371D04 (or 0x371D04) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1D and 04. RGB value is (55,29,4). Sum of RGB (Red+Green+Blue) = 55+29+4=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D04 is #C8E2FB. Grayscale: #222222. Windows color (decimal): -13165308 or 269623. OLE color: 269623.

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

Color convert

RGB55294-
CMYK00.470.930.78
HSL29.41º86.44%11.57%-
HSV(B)29.41º92.73%21.57%-
XYZ2.041.70.34-
YUV33.92111.11143.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=62.5%
G=32.95%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5529400.470.930.7829.4186.4411.57
Hex371D402F5D4E1d56c
Octal673540571351163512614
Binary110111111011000101111101110110011101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #371D04;
 }
 .AnyTagClassName
 {
   color: #371D04;
 }
</style>
background-color css

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

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

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

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

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

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