#362212

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

Shades of Cocoa Brown #362212

Tints of Cocoa Brown #362212

Color information

#362212 (or 0x362212) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 12. RGB value is (54,34,18). Sum of RGB (Red+Green+Blue) = 54+34+18=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362212 is #C9DDED. Grayscale: #262626. Windows color (decimal): -13229550 or 1188406. OLE color: 1188406.

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

Color convert

RGB543418-
CMYK00.370.670.79
HSL26.67º50%14.12%-
HSV(B)26.67º66.67%21.18%-
XYZ2.21.970.84-
YUV38.16116.63139.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=50.94%
G=32.08%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54341800.370.670.7926.675014.12
Hex362212025434F1b32e
Octal664222045103117336216
Binary11011010001010010010010110000111001111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362212; }

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

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

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

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

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

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

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

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