Shades of Cocoa Brown #301C0D
Tints of Cocoa Brown #301C0D
RGB
CMYK
RGB Variations
Color information
#301C0D (or 0x301C0D) is known color: Cocoa Brown. HEX triplet: 30, 1C and 0D. RGB value is (48,28,13). Sum of RGB (Red+Green+Blue) = 48+28+13=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C0D is #CFE3F2. Grayscale: #202020. Windows color (decimal): -13624307 or 859184. OLE color: 859184.
HSL color Cylindrical-coordinate representation of color #301C0D: hue angle of 25.71º 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 #301C0D is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 13 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.81 |
| HSL | 25.71º | 0.57% | 0.12% | - |
| HSV(B) | 25.71º | 0.73% | 0.19% | - |
| XYZ | 1.71 | 1.49 | 0.58 | - |
| YUV | 32.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 13 | 0 | 0.42 | 0.73 | 0.81 | 25.71 | 0.57 | 0.12 |
| Hex | 30 | 1C | D | 0 | 2A | 49 | 51 | 1A | 39 | C |
| Octal | 60 | 34 | 15 | 0 | 52 | 111 | 121 | 32 | 71 | 14 |
| Binary | 110000 | 11100 | 1101 | 0 | 101010 | 1001001 | 1010001 | 11010 | 111001 | 1100 |
Color Harmonies of #301C0D
Complementary color
Monochromatic Colors of #301C0D
Black with #301C0D
Text Example
Text Example
White with #301C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C0D; }
p { color: rgb(48,28,13); }
H1.HeaderClassName
{
color: #301C0D;
}
.AnyTagClassName
{
color: #301C0D;
}
</style>
background-color css
<style>
a { background-color: #301C0D; }
a { background-color: rgb(48,28,13); }
div.DivClassName
{
background-color: #301C0D;
}
.BgClassName
{
background-color: #301C0D;
}
</style>
border-color css
<style>
span { border-color: #301C0D; }
span { border-color: rgb(48,28,13); }
td.TdClassName
{
border-color: #301C0D;
}
.TagClassName
{
border-color: #301C0D;
}
</style>