Shades of Cocoa Brown #301500
Tints of Cocoa Brown #301500
RGB
CMYK
RGB Variations
Color information
#301500 (or 0x301500) is known color: Cocoa Brown. HEX triplet: 30, 15 and 00. RGB value is (48,21,0). Sum of RGB (Red+Green+Blue) = 48+21+0=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301500 is #CFEAFF. Grayscale: #1A1A1A. Windows color (decimal): -13626112 or 5424. OLE color: 5424.
HSL color Cylindrical-coordinate representation of color #301500: hue angle of 26.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 21 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.81 |
| HSL | 26.25º | 1% | 0.09% | - |
| HSV(B) | 26.25º | 1% | 0.19% | - |
| XYZ | 1.49 | 1.16 | 0.15 | - |
| YUV | 26.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 0 | 0 | 0.56 | 1 | 0.81 | 26.25 | 1 | 0.09 |
| Hex | 30 | 15 | 0 | 0 | 38 | 64 | 51 | 1A | 64 | 9 |
| Octal | 60 | 25 | 0 | 0 | 70 | 144 | 121 | 32 | 144 | 11 |
| Binary | 110000 | 10101 | 0 | 0 | 111000 | 1100100 | 1010001 | 11010 | 1100100 | 1001 |
Color Harmonies of #301500
Complementary color
Monochromatic Colors of #301500
Black with #301500
Text Example
Text Example
White with #301500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301500; }
p { color: rgb(48,21,0); }
H1.HeaderClassName
{
color: #301500;
}
.AnyTagClassName
{
color: #301500;
}
</style>
background-color css
<style>
a { background-color: #301500; }
a { background-color: rgb(48,21,0); }
div.DivClassName
{
background-color: #301500;
}
.BgClassName
{
background-color: #301500;
}
</style>
border-color css
<style>
span { border-color: #301500; }
span { border-color: rgb(48,21,0); }
td.TdClassName
{
border-color: #301500;
}
.TagClassName
{
border-color: #301500;
}
</style>