Shades of Cocoa Brown #302004
Tints of Cocoa Brown #302004
RGB
CMYK
RGB Variations
Color information
#302004 (or 0x302004) is known color: Cocoa Brown. HEX triplet: 30, 20 and 04. RGB value is (48,32,4). Sum of RGB (Red+Green+Blue) = 48+32+4=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #302004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302004 is #CFDFFB. Grayscale: #212121. Windows color (decimal): -13623292 or 270384. OLE color: 270384.
HSL color Cylindrical-coordinate representation of color #302004: hue angle of 38.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #302004 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 4 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.81 |
| HSL | 38.18º | 0.85% | 0.1% | - |
| HSV(B) | 38.18º | 0.92% | 0.19% | - |
| XYZ | 1.76 | 1.67 | 0.34 | - |
| YUV | 33.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 4 | 0 | 0.33 | 0.92 | 0.81 | 38.18 | 0.85 | 0.1 |
| Hex | 30 | 20 | 4 | 0 | 21 | 5C | 51 | 26 | 55 | A |
| Octal | 60 | 40 | 4 | 0 | 41 | 134 | 121 | 46 | 125 | 12 |
| Binary | 110000 | 100000 | 100 | 0 | 100001 | 1011100 | 1010001 | 100110 | 1010101 | 1010 |
Color Harmonies of #302004
Complementary color
Monochromatic Colors of #302004
Black with #302004
Text Example
Text Example
White with #302004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302004; }
p { color: rgb(48,32,4); }
H1.HeaderClassName
{
color: #302004;
}
.AnyTagClassName
{
color: #302004;
}
</style>
background-color css
<style>
a { background-color: #302004; }
a { background-color: rgb(48,32,4); }
div.DivClassName
{
background-color: #302004;
}
.BgClassName
{
background-color: #302004;
}
</style>
border-color css
<style>
span { border-color: #302004; }
span { border-color: rgb(48,32,4); }
td.TdClassName
{
border-color: #302004;
}
.TagClassName
{
border-color: #302004;
}
</style>