#362004

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

Shades of Cocoa Brown #362004

Tints of Cocoa Brown #362004

Color information

#362004 (or 0x362004) is unknown color: approx Cocoa Brown. HEX triplet: 36, 20 and 04. RGB value is (54,32,4). Sum of RGB (Red+Green+Blue) = 54+32+4=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #362004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362004 is #C9DFFB. Grayscale: #232323. Windows color (decimal): -13230076 or 270390. OLE color: 270390.

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

Color convert

RGB54324-
CMYK00.410.930.79
HSL33.6º86.21%11.37%-
HSV(B)33.6º92.59%21.18%-
XYZ2.061.830.36-
YUV35.39110.29141.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=60%
G=35.56%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5432400.410.930.7933.686.2111.37
Hex362040295D4F2256b
Octal664040511351174212613
Binary11011010000010001010011011101100111110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362004; }

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

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

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

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

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

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

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

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