Shades of Cocoa Brown #301C0E
Tints of Cocoa Brown #301C0E
RGB
CMYK
RGB Variations
Color information
#301C0E (or 0x301C0E) is known color: Cocoa Brown. HEX triplet: 30, 1C and 0E. RGB value is (48,28,14). Sum of RGB (Red+Green+Blue) = 48+28+14=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C0E is #CFE3F1. Grayscale: #202020. Windows color (decimal): -13624306 or 924720. OLE color: 924720.
HSL color Cylindrical-coordinate representation of color #301C0E: hue angle of 24.71º 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 #301C0E is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 14 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.81 |
| HSL | 24.71º | 0.55% | 0.12% | - |
| HSV(B) | 24.71º | 0.71% | 0.19% | - |
| XYZ | 1.71 | 1.49 | 0.61 | - |
| YUV | 32.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 14 | 0 | 0.42 | 0.71 | 0.81 | 24.71 | 0.55 | 0.12 |
| Hex | 30 | 1C | E | 0 | 2A | 47 | 51 | 19 | 37 | C |
| Octal | 60 | 34 | 16 | 0 | 52 | 107 | 121 | 31 | 67 | 14 |
| Binary | 110000 | 11100 | 1110 | 0 | 101010 | 1000111 | 1010001 | 11001 | 110111 | 1100 |
Color Harmonies of #301C0E
Complementary color
Monochromatic Colors of #301C0E
Black with #301C0E
Text Example
Text Example
White with #301C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C0E; }
p { color: rgb(48,28,14); }
H1.HeaderClassName
{
color: #301C0E;
}
.AnyTagClassName
{
color: #301C0E;
}
</style>
background-color css
<style>
a { background-color: #301C0E; }
a { background-color: rgb(48,28,14); }
div.DivClassName
{
background-color: #301C0E;
}
.BgClassName
{
background-color: #301C0E;
}
</style>
border-color css
<style>
span { border-color: #301C0E; }
span { border-color: rgb(48,28,14); }
td.TdClassName
{
border-color: #301C0E;
}
.TagClassName
{
border-color: #301C0E;
}
</style>