Shades of Cocoa Brown #302003
Tints of Cocoa Brown #302003
RGB
CMYK
RGB Variations
Color information
#302003 (or 0x302003) is known color: Cocoa Brown. HEX triplet: 30, 20 and 03. RGB value is (48,32,3). Sum of RGB (Red+Green+Blue) = 48+32+3=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #302003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302003 is #CFDFFC. Grayscale: #212121. Windows color (decimal): -13623293 or 204848. OLE color: 204848.
HSL color Cylindrical-coordinate representation of color #302003: hue angle of 38.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #302003 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 3 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.81 |
| HSL | 38.67º | 0.88% | 0.1% | - |
| HSV(B) | 38.67º | 0.94% | 0.19% | - |
| XYZ | 1.75 | 1.67 | 0.32 | - |
| YUV | 33.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 3 | 0 | 0.33 | 0.94 | 0.81 | 38.67 | 0.88 | 0.1 |
| Hex | 30 | 20 | 3 | 0 | 21 | 5E | 51 | 27 | 58 | A |
| Octal | 60 | 40 | 3 | 0 | 41 | 136 | 121 | 47 | 130 | 12 |
| Binary | 110000 | 100000 | 11 | 0 | 100001 | 1011110 | 1010001 | 100111 | 1011000 | 1010 |
Color Harmonies of #302003
Complementary color
Monochromatic Colors of #302003
Black with #302003
Text Example
Text Example
White with #302003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302003; }
p { color: rgb(48,32,3); }
H1.HeaderClassName
{
color: #302003;
}
.AnyTagClassName
{
color: #302003;
}
</style>
background-color css
<style>
a { background-color: #302003; }
a { background-color: rgb(48,32,3); }
div.DivClassName
{
background-color: #302003;
}
.BgClassName
{
background-color: #302003;
}
</style>
border-color css
<style>
span { border-color: #302003; }
span { border-color: rgb(48,32,3); }
td.TdClassName
{
border-color: #302003;
}
.TagClassName
{
border-color: #302003;
}
</style>