#362002

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

Shades of Cocoa Brown #362002

Tints of Cocoa Brown #362002

Color information

#362002 (or 0x362002) is unknown color: approx Cocoa Brown. HEX triplet: 36, 20 and 02. RGB value is (54,32,2). Sum of RGB (Red+Green+Blue) = 54+32+2=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #362002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362002 is #C9DFFD. Grayscale: #232323. Windows color (decimal): -13230078 or 139318. OLE color: 139318.

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

Color convert

RGB54322-
CMYK00.410.960.79
HSL34.62º92.86%10.98%-
HSV(B)34.62º96.3%21.18%-
XYZ2.051.820.3-
YUV35.16109.29141.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 61.36%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=61.36%
G=36.36%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5432200.410.960.7934.6292.8610.98
Hex36202029604F235db
Octal664020511401174313513
Binary1101101000001001010011100000100111110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362002; }

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

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

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

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

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

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

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

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