#371C04

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

Shades of Cocoa Brown #371C04

Tints of Cocoa Brown #371C04

Color information

#371C04 (or 0x371C04) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1C and 04. RGB value is (55,28,4). Sum of RGB (Red+Green+Blue) = 55+28+4=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C04 is #C8E3FB. Grayscale: #212121. Windows color (decimal): -13165564 or 269367. OLE color: 269367.

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

Color convert

RGB55284-
CMYK00.490.930.78
HSL28.24º86.44%11.57%-
HSV(B)28.24º92.73%21.57%-
XYZ2.011.650.33-
YUV33.34111.45143.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=63.22%
G=32.18%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5528400.490.930.7828.2486.4411.57
Hex371C40315D4E1c56c
Octal673440611351163412614
Binary110111111001000110001101110110011101110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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