#371B04

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

Shades of Cocoa Brown #371B04

Tints of Cocoa Brown #371B04

Color information

#371B04 (or 0x371B04) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1B and 04. RGB value is (55,27,4). Sum of RGB (Red+Green+Blue) = 55+27+4=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #371B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B04 is #C8E4FB. Grayscale: #202020. Windows color (decimal): -13165820 or 269111. OLE color: 269111.

HSL color Cylindrical-coordinate representation of color #371B04: hue angle of 27.06º 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 #371B04 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB55274-
CMYK00.510.930.78
HSL27.06º86.44%11.57%-
HSV(B)27.06º92.73%21.57%-
XYZ1.991.60.32-
YUV32.75111.78143.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=63.95%
G=31.40%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5527400.510.930.7827.0686.4411.57
Hex371B40335D4E1b56c
Octal673340631351163312614
Binary110111110111000110011101110110011101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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