Shades of Cocoa Brown #301806
Tints of Cocoa Brown #301806
RGB
CMYK
RGB Variations
Color information
#301806 (or 0x301806) is known color: Cocoa Brown. HEX triplet: 30, 18 and 06. RGB value is (48,24,6). Sum of RGB (Red+Green+Blue) = 48+24+6=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301806 is #CFE7F9. Grayscale: #1D1D1D. Windows color (decimal): -13625338 or 399408. OLE color: 399408.
HSL color Cylindrical-coordinate representation of color #301806: hue angle of 25.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301806 is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 6 | - |
| CMYK | 0 | 0.5 | 0.87 | 0.81 |
| HSL | 25.71º | 0.78% | 0.11% | - |
| HSV(B) | 25.71º | 0.88% | 0.19% | - |
| XYZ | 1.58 | 1.29 | 0.34 | - |
| YUV | 29.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 6 | 0 | 0.5 | 0.87 | 0.81 | 25.71 | 0.78 | 0.11 |
| Hex | 30 | 18 | 6 | 0 | 32 | 57 | 51 | 1A | 4E | B |
| Octal | 60 | 30 | 6 | 0 | 62 | 127 | 121 | 32 | 116 | 13 |
| Binary | 110000 | 11000 | 110 | 0 | 110010 | 1010111 | 1010001 | 11010 | 1001110 | 1011 |
Color Harmonies of #301806
Complementary color
Monochromatic Colors of #301806
Black with #301806
Text Example
Text Example
White with #301806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301806; }
p { color: rgb(48,24,6); }
H1.HeaderClassName
{
color: #301806;
}
.AnyTagClassName
{
color: #301806;
}
</style>
background-color css
<style>
a { background-color: #301806; }
a { background-color: rgb(48,24,6); }
div.DivClassName
{
background-color: #301806;
}
.BgClassName
{
background-color: #301806;
}
</style>
border-color css
<style>
span { border-color: #301806; }
span { border-color: rgb(48,24,6); }
td.TdClassName
{
border-color: #301806;
}
.TagClassName
{
border-color: #301806;
}
</style>