#362215

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

Shades of Cocoa Brown #362215

Tints of Cocoa Brown #362215

Color information

#362215 (or 0x362215) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 15. RGB value is (54,34,21). Sum of RGB (Red+Green+Blue) = 54+34+21=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362215 is #C9DDEA. Grayscale: #262626. Windows color (decimal): -13229547 or 1385014. OLE color: 1385014.

HSL color Cylindrical-coordinate representation of color #362215: hue angle of 23.64º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362215 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB543421-
CMYK00.370.610.79
HSL23.64º44%14.71%-
HSV(B)23.64º61.11%21.18%-
XYZ2.231.980.97-
YUV38.5118.13139.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=49.54%
G=31.19%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54342100.370.610.7923.644414.71
Hex3622150253D4F182cf
Octal66422504575117305417
Binary1101101000101010101001011111011001111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362215; }

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

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

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

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

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

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

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

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