#36200B

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

Shades of Cocoa Brown #36200B

Tints of Cocoa Brown #36200B

Color information

#36200B (or 0x36200B) is unknown color: approx Cocoa Brown. HEX triplet: 36, 20 and 0B. RGB value is (54,32,11). Sum of RGB (Red+Green+Blue) = 54+32+11=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #36200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36200B is #C9DFF4. Grayscale: #242424. Windows color (decimal): -13230069 or 729142. OLE color: 729142.

HSL color Cylindrical-coordinate representation of color #36200B: hue angle of 29.3º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36200B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB543211-
CMYK00.410.800.79
HSL29.3º66.15%12.75%-
HSV(B)29.3º79.63%21.18%-
XYZ2.11.840.56-
YUV36.18113.79140.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=55.67%
G=32.99%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54321100.410.800.7929.366.1512.75
Hex3620B029504F1d42d
Octal6640130511201173510215
Binary11011010000010110101001101000010011111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36200B; }

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

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

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

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

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

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

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

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