Shades of Cocoa Brown #301D0C
Tints of Cocoa Brown #301D0C
RGB
CMYK
RGB Variations
Color information
#301D0C (or 0x301D0C) is known color: Cocoa Brown. HEX triplet: 30, 1D and 0C. RGB value is (48,29,12). Sum of RGB (Red+Green+Blue) = 48+29+12=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0C is #CFE2F3. Grayscale: #202020. Windows color (decimal): -13624052 or 793904. OLE color: 793904.
HSL color Cylindrical-coordinate representation of color #301D0C: hue angle of 28.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301D0C is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 12 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.81 |
| HSL | 28.33º | 0.6% | 0.12% | - |
| HSV(B) | 28.33º | 0.75% | 0.19% | - |
| XYZ | 1.72 | 1.53 | 0.55 | - |
| YUV | 32.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 12 | 0 | 0.40 | 0.75 | 0.81 | 28.33 | 0.6 | 0.12 |
| Hex | 30 | 1D | C | 0 | 28 | 4B | 51 | 1C | 3C | C |
| Octal | 60 | 35 | 14 | 0 | 50 | 113 | 121 | 34 | 74 | 14 |
| Binary | 110000 | 11101 | 1100 | 0 | 101000 | 1001011 | 1010001 | 11100 | 111100 | 1100 |
Color Harmonies of #301D0C
Complementary color
Monochromatic Colors of #301D0C
Black with #301D0C
Text Example
Text Example
White with #301D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D0C; }
p { color: rgb(48,29,12); }
H1.HeaderClassName
{
color: #301D0C;
}
.AnyTagClassName
{
color: #301D0C;
}
</style>
background-color css
<style>
a { background-color: #301D0C; }
a { background-color: rgb(48,29,12); }
div.DivClassName
{
background-color: #301D0C;
}
.BgClassName
{
background-color: #301D0C;
}
</style>
border-color css
<style>
span { border-color: #301D0C; }
span { border-color: rgb(48,29,12); }
td.TdClassName
{
border-color: #301D0C;
}
.TagClassName
{
border-color: #301D0C;
}
</style>