Shades of Cocoa Brown #302007
Tints of Cocoa Brown #302007
RGB
CMYK
RGB Variations
Color information
#302007 (or 0x302007) is known color: Cocoa Brown. HEX triplet: 30, 20 and 07. RGB value is (48,32,7). Sum of RGB (Red+Green+Blue) = 48+32+7=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #302007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302007 is #CFDFF8. Grayscale: #222222. Windows color (decimal): -13623289 or 466992. OLE color: 466992.
HSL color Cylindrical-coordinate representation of color #302007: hue angle of 36.59º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #302007 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 7 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.81 |
| HSL | 36.59º | 0.75% | 0.11% | - |
| HSV(B) | 36.59º | 0.85% | 0.19% | - |
| XYZ | 1.77 | 1.68 | 0.43 | - |
| YUV | 33.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 7 | 0 | 0.33 | 0.85 | 0.81 | 36.59 | 0.75 | 0.11 |
| Hex | 30 | 20 | 7 | 0 | 21 | 55 | 51 | 25 | 4B | B |
| Octal | 60 | 40 | 7 | 0 | 41 | 125 | 121 | 45 | 113 | 13 |
| Binary | 110000 | 100000 | 111 | 0 | 100001 | 1010101 | 1010001 | 100101 | 1001011 | 1011 |
Color Harmonies of #302007
Complementary color
Monochromatic Colors of #302007
Black with #302007
Text Example
Text Example
White with #302007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302007; }
p { color: rgb(48,32,7); }
H1.HeaderClassName
{
color: #302007;
}
.AnyTagClassName
{
color: #302007;
}
</style>
background-color css
<style>
a { background-color: #302007; }
a { background-color: rgb(48,32,7); }
div.DivClassName
{
background-color: #302007;
}
.BgClassName
{
background-color: #302007;
}
</style>
border-color css
<style>
span { border-color: #302007; }
span { border-color: rgb(48,32,7); }
td.TdClassName
{
border-color: #302007;
}
.TagClassName
{
border-color: #302007;
}
</style>