Shades of Cocoa Brown #35240C
Tints of Cocoa Brown #35240C
RGB
CMYK
RGB Variations
Color information
#35240C (or 0x35240C) is known color: Cocoa Brown. HEX triplet: 35, 24 and 0C. RGB value is (53,36,12). Sum of RGB (Red+Green+Blue) = 53+36+12=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #35240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35240C is #CADBF3. Grayscale: #262626. Windows color (decimal): -13294580 or 795701. OLE color: 795701.
HSL color Cylindrical-coordinate representation of color #35240C: hue angle of 35.12º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35240C is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 36 | 12 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.79 |
| HSL | 35.12º | 0.63% | 0.13% | - |
| HSV(B) | 35.12º | 0.77% | 0.21% | - |
| XYZ | 2.17 | 2.05 | 0.63 | - |
| YUV | 38.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 12 | 0 | 0.32 | 0.77 | 0.79 | 35.12 | 0.63 | 0.13 |
| Hex | 35 | 24 | C | 0 | 20 | 4D | 4F | 23 | 3F | D |
| Octal | 65 | 44 | 14 | 0 | 40 | 115 | 117 | 43 | 77 | 15 |
| Binary | 110101 | 100100 | 1100 | 0 | 100000 | 1001101 | 1001111 | 100011 | 111111 | 1101 |
Color Harmonies of #35240C
Complementary color
Monochromatic Colors of #35240C
Black with #35240C
Text Example
Text Example
White with #35240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35240C; }
p { color: rgb(53,36,12); }
H1.HeaderClassName
{
color: #35240C;
}
.AnyTagClassName
{
color: #35240C;
}
</style>
background-color css
<style>
a { background-color: #35240C; }
a { background-color: rgb(53,36,12); }
div.DivClassName
{
background-color: #35240C;
}
.BgClassName
{
background-color: #35240C;
}
</style>
border-color css
<style>
span { border-color: #35240C; }
span { border-color: rgb(53,36,12); }
td.TdClassName
{
border-color: #35240C;
}
.TagClassName
{
border-color: #35240C;
}
</style>