Shades of Cocoa Brown #35220D
Tints of Cocoa Brown #35220D
RGB
CMYK
RGB Variations
Color information
#35220D (or 0x35220D) is known color: Cocoa Brown. HEX triplet: 35, 22 and 0D. RGB value is (53,34,13). Sum of RGB (Red+Green+Blue) = 53+34+13=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35220D is #CADDF2. Grayscale: #252525. Windows color (decimal): -13295091 or 860725. OLE color: 860725.
HSL color Cylindrical-coordinate representation of color #35220D: hue angle of 31.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35220D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 13 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.79 |
| HSL | 31.5º | 0.61% | 0.13% | - |
| HSV(B) | 31.5º | 0.75% | 0.21% | - |
| XYZ | 2.11 | 1.93 | 0.64 | - |
| YUV | 37.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 13 | 0 | 0.36 | 0.75 | 0.79 | 31.5 | 0.61 | 0.13 |
| Hex | 35 | 22 | D | 0 | 24 | 4B | 4F | 1F | 3D | D |
| Octal | 65 | 42 | 15 | 0 | 44 | 113 | 117 | 37 | 75 | 15 |
| Binary | 110101 | 100010 | 1101 | 0 | 100100 | 1001011 | 1001111 | 11111 | 111101 | 1101 |
Color Harmonies of #35220D
Complementary color
Monochromatic Colors of #35220D
Black with #35220D
Text Example
Text Example
White with #35220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35220D; }
p { color: rgb(53,34,13); }
H1.HeaderClassName
{
color: #35220D;
}
.AnyTagClassName
{
color: #35220D;
}
</style>
background-color css
<style>
a { background-color: #35220D; }
a { background-color: rgb(53,34,13); }
div.DivClassName
{
background-color: #35220D;
}
.BgClassName
{
background-color: #35220D;
}
</style>
border-color css
<style>
span { border-color: #35220D; }
span { border-color: rgb(53,34,13); }
td.TdClassName
{
border-color: #35220D;
}
.TagClassName
{
border-color: #35220D;
}
</style>