#36220D

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

Shades of Cocoa Brown #36220D

Tints of Cocoa Brown #36220D

Color information

#36220D (or 0x36220D) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 0D. RGB value is (54,34,13). Sum of RGB (Red+Green+Blue) = 54+34+13=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36220D is #C9DDF2. Grayscale: #252525. Windows color (decimal): -13229555 or 860726. OLE color: 860726.

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

Color convert

RGB543413-
CMYK00.370.760.79
HSL30.73º61.19%13.14%-
HSV(B)30.73º75.93%21.18%-
XYZ2.171.960.64-
YUV37.59114.13139.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=53.47%
G=33.66%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54341300.370.760.7930.7361.1913.14
Hex3622D0254C4F1f3dd
Octal664215045114117377515
Binary1101101000101101010010110011001001111111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36220D; }

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

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

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

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

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

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

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

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