#372612

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

Shades of Cocoa Brown #372612

Tints of Cocoa Brown #372612

Color information

#372612 (or 0x372612) is unknown color: approx Cocoa Brown. HEX triplet: 37, 26 and 12. RGB value is (55,38,18). Sum of RGB (Red+Green+Blue) = 55+38+18=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372612 is #C8D9ED. Grayscale: #282828. Windows color (decimal): -13162990 or 1189431. OLE color: 1189431.

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

Color convert

RGB553818-
CMYK00.310.670.78
HSL32.43º50.68%14.31%-
HSV(B)32.43º67.27%21.57%-
XYZ2.382.240.88-
YUV40.8115.13138.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=49.55%
G=34.23%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55381800.310.670.7832.4350.6814.31
Hex37261201F434E2033e
Octal674622037103116406316
Binary11011110011010010011111100001110011101000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372612; }

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

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

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

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

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

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

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

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