Shades of Cocoa Brown #301804
Tints of Cocoa Brown #301804
RGB
CMYK
RGB Variations
Color information
#301804 (or 0x301804) is known color: Cocoa Brown. HEX triplet: 30, 18 and 04. RGB value is (48,24,4). Sum of RGB (Red+Green+Blue) = 48+24+4=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301804 is #CFE7FB. Grayscale: #1D1D1D. Windows color (decimal): -13625340 or 268336. OLE color: 268336.
HSL color Cylindrical-coordinate representation of color #301804: hue angle of 27.27º 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 #301804 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 4 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.81 |
| HSL | 27.27º | 0.85% | 0.1% | - |
| HSV(B) | 27.27º | 0.92% | 0.19% | - |
| XYZ | 1.57 | 1.29 | 0.28 | - |
| YUV | 28.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 4 | 0 | 0.5 | 0.92 | 0.81 | 27.27 | 0.85 | 0.1 |
| Hex | 30 | 18 | 4 | 0 | 32 | 5C | 51 | 1B | 55 | A |
| Octal | 60 | 30 | 4 | 0 | 62 | 134 | 121 | 33 | 125 | 12 |
| Binary | 110000 | 11000 | 100 | 0 | 110010 | 1011100 | 1010001 | 11011 | 1010101 | 1010 |
Color Harmonies of #301804
Complementary color
Monochromatic Colors of #301804
Black with #301804
Text Example
Text Example
White with #301804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301804; }
p { color: rgb(48,24,4); }
H1.HeaderClassName
{
color: #301804;
}
.AnyTagClassName
{
color: #301804;
}
</style>
background-color css
<style>
a { background-color: #301804; }
a { background-color: rgb(48,24,4); }
div.DivClassName
{
background-color: #301804;
}
.BgClassName
{
background-color: #301804;
}
</style>
border-color css
<style>
span { border-color: #301804; }
span { border-color: rgb(48,24,4); }
td.TdClassName
{
border-color: #301804;
}
.TagClassName
{
border-color: #301804;
}
</style>