Shades of Cocoa Brown #301D0E
Tints of Cocoa Brown #301D0E
RGB
CMYK
RGB Variations
Color information
#301D0E (or 0x301D0E) is known color: Cocoa Brown. HEX triplet: 30, 1D and 0E. RGB value is (48,29,14). Sum of RGB (Red+Green+Blue) = 48+29+14=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0E is #CFE2F1. Grayscale: #212121. Windows color (decimal): -13624050 or 924976. OLE color: 924976.
HSL color Cylindrical-coordinate representation of color #301D0E: hue angle of 26.47º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #301D0E is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 14 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.81 |
| HSL | 26.47º | 0.55% | 0.12% | - |
| HSV(B) | 26.47º | 0.71% | 0.19% | - |
| XYZ | 1.74 | 1.54 | 0.62 | - |
| YUV | 32.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 14 | 0 | 0.40 | 0.71 | 0.81 | 26.47 | 0.55 | 0.12 |
| Hex | 30 | 1D | E | 0 | 28 | 47 | 51 | 1A | 37 | C |
| Octal | 60 | 35 | 16 | 0 | 50 | 107 | 121 | 32 | 67 | 14 |
| Binary | 110000 | 11101 | 1110 | 0 | 101000 | 1000111 | 1010001 | 11010 | 110111 | 1100 |
Color Harmonies of #301D0E
Complementary color
Monochromatic Colors of #301D0E
Black with #301D0E
Text Example
Text Example
White with #301D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D0E; }
p { color: rgb(48,29,14); }
H1.HeaderClassName
{
color: #301D0E;
}
.AnyTagClassName
{
color: #301D0E;
}
</style>
background-color css
<style>
a { background-color: #301D0E; }
a { background-color: rgb(48,29,14); }
div.DivClassName
{
background-color: #301D0E;
}
.BgClassName
{
background-color: #301D0E;
}
</style>
border-color css
<style>
span { border-color: #301D0E; }
span { border-color: rgb(48,29,14); }
td.TdClassName
{
border-color: #301D0E;
}
.TagClassName
{
border-color: #301D0E;
}
</style>