Shades of Cocoa Brown #362202
Tints of Cocoa Brown #362202
RGB
CMYK
RGB Variations
Color information
#362202 (or 0x362202) is known color: Cocoa Brown. HEX triplet: 36, 22 and 02. RGB value is (54,34,2). Sum of RGB (Red+Green+Blue) = 54+34+2=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #362202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362202 is #C9DDFD. Grayscale: #242424. Windows color (decimal): -13229566 or 139830. OLE color: 139830.
HSL color Cylindrical-coordinate representation of color #362202: hue angle of 36.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #362202 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 2 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.79 |
| HSL | 36.92º | 0.93% | 0.11% | - |
| HSV(B) | 36.92º | 0.96% | 0.21% | - |
| XYZ | 2.1 | 1.93 | 0.32 | - |
| YUV | 36.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 2 | 0 | 0.37 | 0.96 | 0.79 | 36.92 | 0.93 | 0.11 |
| Hex | 36 | 22 | 2 | 0 | 25 | 60 | 4F | 25 | 5D | B |
| Octal | 66 | 42 | 2 | 0 | 45 | 140 | 117 | 45 | 135 | 13 |
| Binary | 110110 | 100010 | 10 | 0 | 100101 | 1100000 | 1001111 | 100101 | 1011101 | 1011 |
Color Harmonies of #362202
Complementary color
Monochromatic Colors of #362202
Black with #362202
Text Example
Text Example
White with #362202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362202; }
p { color: rgb(54,34,2); }
H1.HeaderClassName
{
color: #362202;
}
.AnyTagClassName
{
color: #362202;
}
</style>
background-color css
<style>
a { background-color: #362202; }
a { background-color: rgb(54,34,2); }
div.DivClassName
{
background-color: #362202;
}
.BgClassName
{
background-color: #362202;
}
</style>
border-color css
<style>
span { border-color: #362202; }
span { border-color: rgb(54,34,2); }
td.TdClassName
{
border-color: #362202;
}
.TagClassName
{
border-color: #362202;
}
</style>