Shades of Cocoa Brown #301F0E
Tints of Cocoa Brown #301F0E
RGB
CMYK
RGB Variations
Color information
#301F0E (or 0x301F0E) is known color: Cocoa Brown. HEX triplet: 30, 1F and 0E. RGB value is (48,31,14). Sum of RGB (Red+Green+Blue) = 48+31+14=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0E is #CFE0F1. Grayscale: #222222. Windows color (decimal): -13623538 or 925488. OLE color: 925488.
HSL color Cylindrical-coordinate representation of color #301F0E: hue angle of 30º 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 #301F0E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 14 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.81 |
| HSL | 30º | 0.55% | 0.12% | - |
| HSV(B) | 30º | 0.71% | 0.19% | - |
| XYZ | 1.79 | 1.64 | 0.64 | - |
| YUV | 34.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 14 | 0 | 0.35 | 0.71 | 0.81 | 30 | 0.55 | 0.12 |
| Hex | 30 | 1F | E | 0 | 23 | 47 | 51 | 1E | 37 | C |
| Octal | 60 | 37 | 16 | 0 | 43 | 107 | 121 | 36 | 67 | 14 |
| Binary | 110000 | 11111 | 1110 | 0 | 100011 | 1000111 | 1010001 | 11110 | 110111 | 1100 |
Color Harmonies of #301F0E
Complementary color
Monochromatic Colors of #301F0E
Black with #301F0E
Text Example
Text Example
White with #301F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F0E; }
p { color: rgb(48,31,14); }
H1.HeaderClassName
{
color: #301F0E;
}
.AnyTagClassName
{
color: #301F0E;
}
</style>
background-color css
<style>
a { background-color: #301F0E; }
a { background-color: rgb(48,31,14); }
div.DivClassName
{
background-color: #301F0E;
}
.BgClassName
{
background-color: #301F0E;
}
</style>
border-color css
<style>
span { border-color: #301F0E; }
span { border-color: rgb(48,31,14); }
td.TdClassName
{
border-color: #301F0E;
}
.TagClassName
{
border-color: #301F0E;
}
</style>