Shades of Cocoa Brown #35200F
Tints of Cocoa Brown #35200F
RGB
CMYK
RGB Variations
Color information
#35200F (or 0x35200F) is known color: Cocoa Brown. HEX triplet: 35, 20 and 0F. RGB value is (53,32,15). Sum of RGB (Red+Green+Blue) = 53+32+15=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35200F is #CADFF0. Grayscale: #242424. Windows color (decimal): -13295601 or 991285. OLE color: 991285.
HSL color Cylindrical-coordinate representation of color #35200F: hue angle of 26.84º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35200F is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 15 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.79 |
| HSL | 26.84º | 0.56% | 0.13% | - |
| HSV(B) | 26.84º | 0.72% | 0.21% | - |
| XYZ | 2.07 | 1.82 | 0.69 | - |
| YUV | 36.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 15 | 0 | 0.40 | 0.72 | 0.79 | 26.84 | 0.56 | 0.13 |
| Hex | 35 | 20 | F | 0 | 28 | 48 | 4F | 1B | 38 | D |
| Octal | 65 | 40 | 17 | 0 | 50 | 110 | 117 | 33 | 70 | 15 |
| Binary | 110101 | 100000 | 1111 | 0 | 101000 | 1001000 | 1001111 | 11011 | 111000 | 1101 |
Color Harmonies of #35200F
Complementary color
Monochromatic Colors of #35200F
Black with #35200F
Text Example
Text Example
White with #35200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35200F; }
p { color: rgb(53,32,15); }
H1.HeaderClassName
{
color: #35200F;
}
.AnyTagClassName
{
color: #35200F;
}
</style>
background-color css
<style>
a { background-color: #35200F; }
a { background-color: rgb(53,32,15); }
div.DivClassName
{
background-color: #35200F;
}
.BgClassName
{
background-color: #35200F;
}
</style>
border-color css
<style>
span { border-color: #35200F; }
span { border-color: rgb(53,32,15); }
td.TdClassName
{
border-color: #35200F;
}
.TagClassName
{
border-color: #35200F;
}
</style>