#372712

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

Shades of Cocoa Brown #372712

Tints of Cocoa Brown #372712

Color information

#372712 (or 0x372712) is unknown color: approx Cocoa Brown. HEX triplet: 37, 27 and 12. RGB value is (55,39,18). Sum of RGB (Red+Green+Blue) = 55+39+18=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372712 is #C8D8ED. Grayscale: #292929. Windows color (decimal): -13162734 or 1189687. OLE color: 1189687.

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

Color convert

RGB553918-
CMYK00.290.670.78
HSL34.05º50.68%14.31%-
HSV(B)34.05º67.27%21.57%-
XYZ2.412.310.89-
YUV41.39114.8137.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=49.11%
G=34.82%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55391800.290.670.7834.0550.6814.31
Hex37271201D434E2233e
Octal674722035103116426316
Binary11011110011110010011101100001110011101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372712; }

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

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

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

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

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

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

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

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