Shades of Cocoa Brown #301E0A
Tints of Cocoa Brown #301E0A
RGB
CMYK
RGB Variations
Color information
#301E0A (or 0x301E0A) is known color: Cocoa Brown. HEX triplet: 30, 1E and 0A. RGB value is (48,30,10). Sum of RGB (Red+Green+Blue) = 48+30+10=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0A is #CFE1F5. Grayscale: #212121. Windows color (decimal): -13623798 or 663088. OLE color: 663088.
HSL color Cylindrical-coordinate representation of color #301E0A: hue angle of 31.58º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301E0A is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 10 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.81 |
| HSL | 31.58º | 0.66% | 0.11% | - |
| HSV(B) | 31.58º | 0.79% | 0.19% | - |
| XYZ | 1.74 | 1.58 | 0.5 | - |
| YUV | 33.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 10 | 0 | 0.37 | 0.79 | 0.81 | 31.58 | 0.66 | 0.11 |
| Hex | 30 | 1E | A | 0 | 25 | 4F | 51 | 20 | 42 | B |
| Octal | 60 | 36 | 12 | 0 | 45 | 117 | 121 | 40 | 102 | 13 |
| Binary | 110000 | 11110 | 1010 | 0 | 100101 | 1001111 | 1010001 | 100000 | 1000010 | 1011 |
Color Harmonies of #301E0A
Complementary color
Monochromatic Colors of #301E0A
Black with #301E0A
Text Example
Text Example
White with #301E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E0A; }
p { color: rgb(48,30,10); }
H1.HeaderClassName
{
color: #301E0A;
}
.AnyTagClassName
{
color: #301E0A;
}
</style>
background-color css
<style>
a { background-color: #301E0A; }
a { background-color: rgb(48,30,10); }
div.DivClassName
{
background-color: #301E0A;
}
.BgClassName
{
background-color: #301E0A;
}
</style>
border-color css
<style>
span { border-color: #301E0A; }
span { border-color: rgb(48,30,10); }
td.TdClassName
{
border-color: #301E0A;
}
.TagClassName
{
border-color: #301E0A;
}
</style>