Shades of Cocoa Brown #35220B
Tints of Cocoa Brown #35220B
RGB
CMYK
RGB Variations
Color information
#35220B (or 0x35220B) is known color: Cocoa Brown. HEX triplet: 35, 22 and 0B. RGB value is (53,34,11). Sum of RGB (Red+Green+Blue) = 53+34+11=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35220B is #CADDF4. Grayscale: #252525. Windows color (decimal): -13295093 or 729653. OLE color: 729653.
HSL color Cylindrical-coordinate representation of color #35220B: hue angle of 32.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35220B is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 11 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.79 |
| HSL | 32.86º | 0.66% | 0.13% | - |
| HSV(B) | 32.86º | 0.79% | 0.21% | - |
| XYZ | 2.1 | 1.93 | 0.58 | - |
| YUV | 37.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 11 | 0 | 0.36 | 0.79 | 0.79 | 32.86 | 0.66 | 0.13 |
| Hex | 35 | 22 | B | 0 | 24 | 4F | 4F | 21 | 42 | D |
| Octal | 65 | 42 | 13 | 0 | 44 | 117 | 117 | 41 | 102 | 15 |
| Binary | 110101 | 100010 | 1011 | 0 | 100100 | 1001111 | 1001111 | 100001 | 1000010 | 1101 |
Color Harmonies of #35220B
Complementary color
Monochromatic Colors of #35220B
Black with #35220B
Text Example
Text Example
White with #35220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35220B; }
p { color: rgb(53,34,11); }
H1.HeaderClassName
{
color: #35220B;
}
.AnyTagClassName
{
color: #35220B;
}
</style>
background-color css
<style>
a { background-color: #35220B; }
a { background-color: rgb(53,34,11); }
div.DivClassName
{
background-color: #35220B;
}
.BgClassName
{
background-color: #35220B;
}
</style>
border-color css
<style>
span { border-color: #35220B; }
span { border-color: rgb(53,34,11); }
td.TdClassName
{
border-color: #35220B;
}
.TagClassName
{
border-color: #35220B;
}
</style>