Shades of Cocoa Brown #301E0D
Tints of Cocoa Brown #301E0D
RGB
CMYK
RGB Variations
Color information
#301E0D (or 0x301E0D) is known color: Cocoa Brown. HEX triplet: 30, 1E and 0D. RGB value is (48,30,13). Sum of RGB (Red+Green+Blue) = 48+30+13=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0D is #CFE1F2. Grayscale: #212121. Windows color (decimal): -13623795 or 859696. OLE color: 859696.
HSL color Cylindrical-coordinate representation of color #301E0D: hue angle of 29.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301E0D is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 13 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.81 |
| HSL | 29.14º | 0.57% | 0.12% | - |
| HSV(B) | 29.14º | 0.73% | 0.19% | - |
| XYZ | 1.76 | 1.59 | 0.59 | - |
| YUV | 33.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 13 | 0 | 0.37 | 0.73 | 0.81 | 29.14 | 0.57 | 0.12 |
| Hex | 30 | 1E | D | 0 | 25 | 49 | 51 | 1D | 39 | C |
| Octal | 60 | 36 | 15 | 0 | 45 | 111 | 121 | 35 | 71 | 14 |
| Binary | 110000 | 11110 | 1101 | 0 | 100101 | 1001001 | 1010001 | 11101 | 111001 | 1100 |
Color Harmonies of #301E0D
Complementary color
Monochromatic Colors of #301E0D
Black with #301E0D
Text Example
Text Example
White with #301E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E0D; }
p { color: rgb(48,30,13); }
H1.HeaderClassName
{
color: #301E0D;
}
.AnyTagClassName
{
color: #301E0D;
}
</style>
background-color css
<style>
a { background-color: #301E0D; }
a { background-color: rgb(48,30,13); }
div.DivClassName
{
background-color: #301E0D;
}
.BgClassName
{
background-color: #301E0D;
}
</style>
border-color css
<style>
span { border-color: #301E0D; }
span { border-color: rgb(48,30,13); }
td.TdClassName
{
border-color: #301E0D;
}
.TagClassName
{
border-color: #301E0D;
}
</style>