Shades of Cocoa Brown #301E0B
Tints of Cocoa Brown #301E0B
RGB
CMYK
RGB Variations
Color information
#301E0B (or 0x301E0B) is known color: Cocoa Brown. HEX triplet: 30, 1E and 0B. RGB value is (48,30,11). Sum of RGB (Red+Green+Blue) = 48+30+11=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0B is #CFE1F4. Grayscale: #212121. Windows color (decimal): -13623797 or 728624. OLE color: 728624.
HSL color Cylindrical-coordinate representation of color #301E0B: hue angle of 30.81º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301E0B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 11 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.81 |
| HSL | 30.81º | 0.63% | 0.12% | - |
| HSV(B) | 30.81º | 0.77% | 0.19% | - |
| XYZ | 1.74 | 1.58 | 0.53 | - |
| YUV | 33.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 11 | 0 | 0.37 | 0.77 | 0.81 | 30.81 | 0.63 | 0.12 |
| Hex | 30 | 1E | B | 0 | 25 | 4D | 51 | 1F | 3F | C |
| Octal | 60 | 36 | 13 | 0 | 45 | 115 | 121 | 37 | 77 | 14 |
| Binary | 110000 | 11110 | 1011 | 0 | 100101 | 1001101 | 1010001 | 11111 | 111111 | 1100 |
Color Harmonies of #301E0B
Complementary color
Monochromatic Colors of #301E0B
Black with #301E0B
Text Example
Text Example
White with #301E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E0B; }
p { color: rgb(48,30,11); }
H1.HeaderClassName
{
color: #301E0B;
}
.AnyTagClassName
{
color: #301E0B;
}
</style>
background-color css
<style>
a { background-color: #301E0B; }
a { background-color: rgb(48,30,11); }
div.DivClassName
{
background-color: #301E0B;
}
.BgClassName
{
background-color: #301E0B;
}
</style>
border-color css
<style>
span { border-color: #301E0B; }
span { border-color: rgb(48,30,11); }
td.TdClassName
{
border-color: #301E0B;
}
.TagClassName
{
border-color: #301E0B;
}
</style>