Shades of Cocoa Brown #301E04
Tints of Cocoa Brown #301E04
RGB
CMYK
RGB Variations
Color information
#301E04 (or 0x301E04) is known color: Cocoa Brown. HEX triplet: 30, 1E and 04. RGB value is (48,30,4). Sum of RGB (Red+Green+Blue) = 48+30+4=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E04 is #CFE1FB. Grayscale: #202020. Windows color (decimal): -13623804 or 269872. OLE color: 269872.
HSL color Cylindrical-coordinate representation of color #301E04: hue angle of 35.45º 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 #301E04 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 4 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.81 |
| HSL | 35.45º | 0.85% | 0.1% | - |
| HSV(B) | 35.45º | 0.92% | 0.19% | - |
| XYZ | 1.71 | 1.57 | 0.33 | - |
| YUV | 32.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 4 | 0 | 0.37 | 0.92 | 0.81 | 35.45 | 0.85 | 0.1 |
| Hex | 30 | 1E | 4 | 0 | 25 | 5C | 51 | 23 | 55 | A |
| Octal | 60 | 36 | 4 | 0 | 45 | 134 | 121 | 43 | 125 | 12 |
| Binary | 110000 | 11110 | 100 | 0 | 100101 | 1011100 | 1010001 | 100011 | 1010101 | 1010 |
Color Harmonies of #301E04
Complementary color
Monochromatic Colors of #301E04
Black with #301E04
Text Example
Text Example
White with #301E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E04; }
p { color: rgb(48,30,4); }
H1.HeaderClassName
{
color: #301E04;
}
.AnyTagClassName
{
color: #301E04;
}
</style>
background-color css
<style>
a { background-color: #301E04; }
a { background-color: rgb(48,30,4); }
div.DivClassName
{
background-color: #301E04;
}
.BgClassName
{
background-color: #301E04;
}
</style>
border-color css
<style>
span { border-color: #301E04; }
span { border-color: rgb(48,30,4); }
td.TdClassName
{
border-color: #301E04;
}
.TagClassName
{
border-color: #301E04;
}
</style>