#372512

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

Shades of Cocoa Brown #372512

Tints of Cocoa Brown #372512

Color information

#372512 (or 0x372512) is unknown color: approx Cocoa Brown. HEX triplet: 37, 25 and 12. RGB value is (55,37,18). Sum of RGB (Red+Green+Blue) = 55+37+18=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372512 is #C8DAED. Grayscale: #282828. Windows color (decimal): -13163246 or 1189175. OLE color: 1189175.

HSL color Cylindrical-coordinate representation of color #372512: hue angle of 30.81º 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 #372512 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB553718-
CMYK00.330.670.78
HSL30.81º50.68%14.31%-
HSV(B)30.81º67.27%21.57%-
XYZ2.352.180.87-
YUV40.22115.46138.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=50%
G=33.64%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55371800.330.670.7830.8150.6814.31
Hex372512021434E1f33e
Octal674522041103116376316
Binary11011110010110010010000110000111001110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372512; }

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

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

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

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

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

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

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

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