Shades of Cocoa Brown #35220A
Tints of Cocoa Brown #35220A
RGB
CMYK
RGB Variations
Color information
#35220A (or 0x35220A) is known color: Cocoa Brown. HEX triplet: 35, 22 and 0A. RGB value is (53,34,10). Sum of RGB (Red+Green+Blue) = 53+34+10=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35220A is #CADDF5. Grayscale: #252525. Windows color (decimal): -13295094 or 664117. OLE color: 664117.
HSL color Cylindrical-coordinate representation of color #35220A: hue angle of 33.49º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35220A is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 10 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.79 |
| HSL | 33.49º | 0.68% | 0.12% | - |
| HSV(B) | 33.49º | 0.81% | 0.21% | - |
| XYZ | 2.1 | 1.92 | 0.55 | - |
| YUV | 36.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 10 | 0 | 0.36 | 0.81 | 0.79 | 33.49 | 0.68 | 0.12 |
| Hex | 35 | 22 | A | 0 | 24 | 51 | 4F | 21 | 44 | C |
| Octal | 65 | 42 | 12 | 0 | 44 | 121 | 117 | 41 | 104 | 14 |
| Binary | 110101 | 100010 | 1010 | 0 | 100100 | 1010001 | 1001111 | 100001 | 1000100 | 1100 |
Color Harmonies of #35220A
Complementary color
Monochromatic Colors of #35220A
Black with #35220A
Text Example
Text Example
White with #35220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35220A; }
p { color: rgb(53,34,10); }
H1.HeaderClassName
{
color: #35220A;
}
.AnyTagClassName
{
color: #35220A;
}
</style>
background-color css
<style>
a { background-color: #35220A; }
a { background-color: rgb(53,34,10); }
div.DivClassName
{
background-color: #35220A;
}
.BgClassName
{
background-color: #35220A;
}
</style>
border-color css
<style>
span { border-color: #35220A; }
span { border-color: rgb(53,34,10); }
td.TdClassName
{
border-color: #35220A;
}
.TagClassName
{
border-color: #35220A;
}
</style>