#362A20

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

Shades of Cocoa Brown #362A20

Tints of Cocoa Brown #362A20

Color information

#362A20 (or 0x362A20) is unknown color: approx Cocoa Brown. HEX triplet: 36, 2A and 20. RGB value is (54,42,32). Sum of RGB (Red+Green+Blue) = 54+42+32=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #362A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A20 is #C9D5DF. Grayscale: #2C2C2C. Windows color (decimal): -13227488 or 2107958. OLE color: 2107958.

HSL color Cylindrical-coordinate representation of color #362A20: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362A20 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB544232-
CMYK00.220.410.79
HSL27.27º25.58%16.86%-
HSV(B)27.27º40.74%21.18%-
XYZ2.612.541.72-
YUV44.45120.98134.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 32 (12.89% from 255) = 25%
R=42.19%
G=32.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54423200.220.410.7927.2725.5816.86
Hex362A20016294F1b1a11
Octal66524002651117333221
Binary1101101010101000000101101010011001111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A20; }

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

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

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

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

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

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

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

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