Shades of Cocoa Brown #301D0D
Tints of Cocoa Brown #301D0D
RGB
CMYK
RGB Variations
Color information
#301D0D (or 0x301D0D) is known color: Cocoa Brown. HEX triplet: 30, 1D and 0D. RGB value is (48,29,13). Sum of RGB (Red+Green+Blue) = 48+29+13=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0D is #CFE2F2. Grayscale: #202020. Windows color (decimal): -13624051 or 859440. OLE color: 859440.
HSL color Cylindrical-coordinate representation of color #301D0D: hue angle of 27.43º 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 #301D0D is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 13 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.81 |
| HSL | 27.43º | 0.57% | 0.12% | - |
| HSV(B) | 27.43º | 0.73% | 0.19% | - |
| XYZ | 1.73 | 1.54 | 0.59 | - |
| YUV | 32.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 13 | 0 | 0.40 | 0.73 | 0.81 | 27.43 | 0.57 | 0.12 |
| Hex | 30 | 1D | D | 0 | 28 | 49 | 51 | 1B | 39 | C |
| Octal | 60 | 35 | 15 | 0 | 50 | 111 | 121 | 33 | 71 | 14 |
| Binary | 110000 | 11101 | 1101 | 0 | 101000 | 1001001 | 1010001 | 11011 | 111001 | 1100 |
Color Harmonies of #301D0D
Complementary color
Monochromatic Colors of #301D0D
Black with #301D0D
Text Example
Text Example
White with #301D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D0D; }
p { color: rgb(48,29,13); }
H1.HeaderClassName
{
color: #301D0D;
}
.AnyTagClassName
{
color: #301D0D;
}
</style>
background-color css
<style>
a { background-color: #301D0D; }
a { background-color: rgb(48,29,13); }
div.DivClassName
{
background-color: #301D0D;
}
.BgClassName
{
background-color: #301D0D;
}
</style>
border-color css
<style>
span { border-color: #301D0D; }
span { border-color: rgb(48,29,13); }
td.TdClassName
{
border-color: #301D0D;
}
.TagClassName
{
border-color: #301D0D;
}
</style>