Shades of Cocoa Brown #301905
Tints of Cocoa Brown #301905
RGB
CMYK
RGB Variations
Color information
#301905 (or 0x301905) is known color: Cocoa Brown. HEX triplet: 30, 19 and 05. RGB value is (48,25,5). Sum of RGB (Red+Green+Blue) = 48+25+5=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301905 is #CFE6FA. Grayscale: #1D1D1D. Windows color (decimal): -13625083 or 334128. OLE color: 334128.
HSL color Cylindrical-coordinate representation of color #301905: hue angle of 27.91º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #301905 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 5 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.81 |
| HSL | 27.91º | 0.81% | 0.1% | - |
| HSV(B) | 27.91º | 0.9% | 0.19% | - |
| XYZ | 1.59 | 1.33 | 0.32 | - |
| YUV | 29.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 5 | 0 | 0.48 | 0.90 | 0.81 | 27.91 | 0.81 | 0.1 |
| Hex | 30 | 19 | 5 | 0 | 30 | 5A | 51 | 1C | 51 | A |
| Octal | 60 | 31 | 5 | 0 | 60 | 132 | 121 | 34 | 121 | 12 |
| Binary | 110000 | 11001 | 101 | 0 | 110000 | 1011010 | 1010001 | 11100 | 1010001 | 1010 |
Color Harmonies of #301905
Complementary color
Monochromatic Colors of #301905
Black with #301905
Text Example
Text Example
White with #301905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301905; }
p { color: rgb(48,25,5); }
H1.HeaderClassName
{
color: #301905;
}
.AnyTagClassName
{
color: #301905;
}
</style>
background-color css
<style>
a { background-color: #301905; }
a { background-color: rgb(48,25,5); }
div.DivClassName
{
background-color: #301905;
}
.BgClassName
{
background-color: #301905;
}
</style>
border-color css
<style>
span { border-color: #301905; }
span { border-color: rgb(48,25,5); }
td.TdClassName
{
border-color: #301905;
}
.TagClassName
{
border-color: #301905;
}
</style>