Shades of Cocoa Brown #302010
Tints of Cocoa Brown #302010
RGB
CMYK
RGB Variations
Color information
#302010 (or 0x302010) is known color: Cocoa Brown. HEX triplet: 30, 20 and 10. RGB value is (48,32,16). Sum of RGB (Red+Green+Blue) = 48+32+16=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #302010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302010 is #CFDFEF. Grayscale: #232323. Windows color (decimal): -13623280 or 1056816. OLE color: 1056816.
HSL color Cylindrical-coordinate representation of color #302010: hue angle of 30º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302010 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 16 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.81 |
| HSL | 30º | 0.5% | 0.13% | - |
| HSV(B) | 30º | 0.67% | 0.19% | - |
| XYZ | 1.83 | 1.7 | 0.72 | - |
| YUV | 34.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 16 | 0 | 0.33 | 0.67 | 0.81 | 30 | 0.5 | 0.13 |
| Hex | 30 | 20 | 10 | 0 | 21 | 43 | 51 | 1E | 32 | D |
| Octal | 60 | 40 | 20 | 0 | 41 | 103 | 121 | 36 | 62 | 15 |
| Binary | 110000 | 100000 | 10000 | 0 | 100001 | 1000011 | 1010001 | 11110 | 110010 | 1101 |
Color Harmonies of #302010
Complementary color
Monochromatic Colors of #302010
Black with #302010
Text Example
Text Example
White with #302010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302010; }
p { color: rgb(48,32,16); }
H1.HeaderClassName
{
color: #302010;
}
.AnyTagClassName
{
color: #302010;
}
</style>
background-color css
<style>
a { background-color: #302010; }
a { background-color: rgb(48,32,16); }
div.DivClassName
{
background-color: #302010;
}
.BgClassName
{
background-color: #302010;
}
</style>
border-color css
<style>
span { border-color: #302010; }
span { border-color: rgb(48,32,16); }
td.TdClassName
{
border-color: #302010;
}
.TagClassName
{
border-color: #302010;
}
</style>