#362010

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

Shades of Cocoa Brown #362010

Tints of Cocoa Brown #362010

Color information

#362010 (or 0x362010) is unknown color: approx Cocoa Brown. HEX triplet: 36, 20 and 10. RGB value is (54,32,16). Sum of RGB (Red+Green+Blue) = 54+32+16=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #362010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362010 is #C9DFEF. Grayscale: #242424. Windows color (decimal): -13230064 or 1056822. OLE color: 1056822.

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

Color convert

RGB543216-
CMYK00.410.700.79
HSL25.26º54.29%13.73%-
HSV(B)25.26º70.37%21.18%-
XYZ2.131.850.74-
YUV36.75116.29140.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=52.94%
G=31.37%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54321600.410.700.7925.2654.2913.73
Hex362010029464F1936e
Octal664020051106117316616
Binary11011010000010000010100110001101001111110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362010; }

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

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

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

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

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

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

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

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