Shades of Cocoa Brown #301A04
Tints of Cocoa Brown #301A04
RGB
CMYK
RGB Variations
Color information
#301A04 (or 0x301A04) is known color: Cocoa Brown. HEX triplet: 30, 1A and 04. RGB value is (48,26,4). Sum of RGB (Red+Green+Blue) = 48+26+4=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A04 is #CFE5FB. Grayscale: #1E1E1E. Windows color (decimal): -13624828 or 268848. OLE color: 268848.
HSL color Cylindrical-coordinate representation of color #301A04: hue angle of 30º 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 #301A04 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 4 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.81 |
| HSL | 30º | 0.85% | 0.1% | - |
| HSV(B) | 30º | 0.92% | 0.19% | - |
| XYZ | 1.61 | 1.38 | 0.3 | - |
| YUV | 30.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 4 | 0 | 0.46 | 0.92 | 0.81 | 30 | 0.85 | 0.1 |
| Hex | 30 | 1A | 4 | 0 | 2E | 5C | 51 | 1E | 55 | A |
| Octal | 60 | 32 | 4 | 0 | 56 | 134 | 121 | 36 | 125 | 12 |
| Binary | 110000 | 11010 | 100 | 0 | 101110 | 1011100 | 1010001 | 11110 | 1010101 | 1010 |
Color Harmonies of #301A04
Complementary color
Monochromatic Colors of #301A04
Black with #301A04
Text Example
Text Example
White with #301A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A04; }
p { color: rgb(48,26,4); }
H1.HeaderClassName
{
color: #301A04;
}
.AnyTagClassName
{
color: #301A04;
}
</style>
background-color css
<style>
a { background-color: #301A04; }
a { background-color: rgb(48,26,4); }
div.DivClassName
{
background-color: #301A04;
}
.BgClassName
{
background-color: #301A04;
}
</style>
border-color css
<style>
span { border-color: #301A04; }
span { border-color: rgb(48,26,4); }
td.TdClassName
{
border-color: #301A04;
}
.TagClassName
{
border-color: #301A04;
}
</style>