#372312

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

Shades of Cocoa Brown #372312

Tints of Cocoa Brown #372312

Color information

#372312 (or 0x372312) is unknown color: approx Cocoa Brown. HEX triplet: 37, 23 and 12. RGB value is (55,35,18). Sum of RGB (Red+Green+Blue) = 55+35+18=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372312 is #C8DCED. Grayscale: #272727. Windows color (decimal): -13163758 or 1188663. OLE color: 1188663.

HSL color Cylindrical-coordinate representation of color #372312: hue angle of 27.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372312 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB553518-
CMYK00.360.670.78
HSL27.57º50.68%14.31%-
HSV(B)27.57º67.27%21.57%-
XYZ2.292.060.85-
YUV39.04116.13139.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=50.93%
G=32.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55351800.360.670.7827.5750.6814.31
Hex372312024434E1c33e
Octal674322044103116346316
Binary11011110001110010010010010000111001110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372312; }

 p { color: rgb(55,35,18); }

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

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

 a { background-color: rgb(55,35,18); }

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

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

 span { border-color: rgb(55,35,18); }

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