#362012

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

Shades of Cocoa Brown #362012

Tints of Cocoa Brown #362012

Color information

#362012 (or 0x362012) is unknown color: approx Cocoa Brown. HEX triplet: 36, 20 and 12. RGB value is (54,32,18). Sum of RGB (Red+Green+Blue) = 54+32+18=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362012 is #C9DFED. Grayscale: #252525. Windows color (decimal): -13230062 or 1187894. OLE color: 1187894.

HSL color Cylindrical-coordinate representation of color #362012: hue angle of 23.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362012 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB543218-
CMYK00.410.670.79
HSL23.33º50%14.12%-
HSV(B)23.33º66.67%21.18%-
XYZ2.151.860.82-
YUV36.98117.29140.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=51.92%
G=30.77%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54321800.410.670.7923.335014.12
Hex362012029434F1732e
Octal664022051103117276216
Binary11011010000010010010100110000111001111101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362012; }

 p { color: rgb(54,32,18); }

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

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

 a { background-color: rgb(54,32,18); }

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

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

 span { border-color: rgb(54,32,18); }

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