Shades of Cocoa Brown #35230E
Tints of Cocoa Brown #35230E
RGB
CMYK
RGB Variations
Color information
#35230E (or 0x35230E) is known color: Cocoa Brown. HEX triplet: 35, 23 and 0E. RGB value is (53,35,14). Sum of RGB (Red+Green+Blue) = 53+35+14=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35230E is #CADCF1. Grayscale: #262626. Windows color (decimal): -13294834 or 926517. OLE color: 926517.
HSL color Cylindrical-coordinate representation of color #35230E: hue angle of 32.31º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35230E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 14 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.79 |
| HSL | 32.31º | 0.58% | 0.13% | - |
| HSV(B) | 32.31º | 0.74% | 0.21% | - |
| XYZ | 2.15 | 1.99 | 0.69 | - |
| YUV | 37.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 14 | 0 | 0.34 | 0.74 | 0.79 | 32.31 | 0.58 | 0.13 |
| Hex | 35 | 23 | E | 0 | 22 | 4A | 4F | 20 | 3A | D |
| Octal | 65 | 43 | 16 | 0 | 42 | 112 | 117 | 40 | 72 | 15 |
| Binary | 110101 | 100011 | 1110 | 0 | 100010 | 1001010 | 1001111 | 100000 | 111010 | 1101 |
Color Harmonies of #35230E
Complementary color
Monochromatic Colors of #35230E
Black with #35230E
Text Example
Text Example
White with #35230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35230E; }
p { color: rgb(53,35,14); }
H1.HeaderClassName
{
color: #35230E;
}
.AnyTagClassName
{
color: #35230E;
}
</style>
background-color css
<style>
a { background-color: #35230E; }
a { background-color: rgb(53,35,14); }
div.DivClassName
{
background-color: #35230E;
}
.BgClassName
{
background-color: #35230E;
}
</style>
border-color css
<style>
span { border-color: #35230E; }
span { border-color: rgb(53,35,14); }
td.TdClassName
{
border-color: #35230E;
}
.TagClassName
{
border-color: #35230E;
}
</style>