#371F0C

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

Shades of Cocoa Brown #371F0C

Tints of Cocoa Brown #371F0C

Color information

#371F0C (or 0x371F0C) is unknown color: approx Cocoa Brown. HEX triplet: 37, 1F and 0C. RGB value is (55,31,12). Sum of RGB (Red+Green+Blue) = 55+31+12=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F0C is #C8E0F3. Grayscale: #242424. Windows color (decimal): -13164788 or 794423. OLE color: 794423.

HSL color Cylindrical-coordinate representation of color #371F0C: hue angle of 26.51º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371F0C is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB553112-
CMYK00.440.780.78
HSL26.51º64.18%13.14%-
HSV(B)26.51º78.18%21.57%-
XYZ2.131.820.59-
YUV36.01114.45141.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=56.12%
G=31.63%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55311200.440.780.7826.5164.1813.14
Hex371FC02C4E4E1b40d
Octal6737140541161163310015
Binary1101111111111000101100100111010011101101110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,31,12); }

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

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

 a { background-color: rgb(55,31,12); }

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

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

 span { border-color: rgb(55,31,12); }

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