#362412

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

Shades of Cocoa Brown #362412

Tints of Cocoa Brown #362412

Color information

#362412 (or 0x362412) is unknown color: approx Cocoa Brown. HEX triplet: 36, 24 and 12. RGB value is (54,36,18). Sum of RGB (Red+Green+Blue) = 54+36+18=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362412 is #C9DBED. Grayscale: #272727. Windows color (decimal): -13229038 or 1188918. OLE color: 1188918.

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

Color convert

RGB543618-
CMYK00.330.670.79
HSL30º50%14.12%-
HSV(B)30º66.67%21.18%-
XYZ2.262.090.86-
YUV39.33115.96138.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54361800.330.670.79305014.12
Hex362412021434F1e32e
Octal664422041103117366216
Binary11011010010010010010000110000111001111111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362412; }

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

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

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

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

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

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

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

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