Shades of Cocoa Brown #352202
Tints of Cocoa Brown #352202
RGB
CMYK
RGB Variations
Color information
#352202 (or 0x352202) is known color: Cocoa Brown. HEX triplet: 35, 22 and 02. RGB value is (53,34,2). Sum of RGB (Red+Green+Blue) = 53+34+2=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352202 is #CADDFD. Grayscale: #242424. Windows color (decimal): -13295102 or 139829. OLE color: 139829.
HSL color Cylindrical-coordinate representation of color #352202: hue angle of 37.65º 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 #352202 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 2 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.79 |
| HSL | 37.65º | 0.93% | 0.11% | - |
| HSV(B) | 37.65º | 0.96% | 0.21% | - |
| XYZ | 2.05 | 1.91 | 0.32 | - |
| YUV | 36.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 2 | 0 | 0.36 | 0.96 | 0.79 | 37.65 | 0.93 | 0.11 |
| Hex | 35 | 22 | 2 | 0 | 24 | 60 | 4F | 26 | 5D | B |
| Octal | 65 | 42 | 2 | 0 | 44 | 140 | 117 | 46 | 135 | 13 |
| Binary | 110101 | 100010 | 10 | 0 | 100100 | 1100000 | 1001111 | 100110 | 1011101 | 1011 |
Color Harmonies of #352202
Complementary color
Monochromatic Colors of #352202
Black with #352202
Text Example
Text Example
White with #352202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352202; }
p { color: rgb(53,34,2); }
H1.HeaderClassName
{
color: #352202;
}
.AnyTagClassName
{
color: #352202;
}
</style>
background-color css
<style>
a { background-color: #352202; }
a { background-color: rgb(53,34,2); }
div.DivClassName
{
background-color: #352202;
}
.BgClassName
{
background-color: #352202;
}
</style>
border-color css
<style>
span { border-color: #352202; }
span { border-color: rgb(53,34,2); }
td.TdClassName
{
border-color: #352202;
}
.TagClassName
{
border-color: #352202;
}
</style>