Shades of Cocoa Brown #30200A
Tints of Cocoa Brown #30200A
RGB
CMYK
RGB Variations
Color information
#30200A (or 0x30200A) is known color: Cocoa Brown. HEX triplet: 30, 20 and 0A. RGB value is (48,32,10). Sum of RGB (Red+Green+Blue) = 48+32+10=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #30200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200A is #CFDFF5. Grayscale: #222222. Windows color (decimal): -13623286 or 663600. OLE color: 663600.
HSL color Cylindrical-coordinate representation of color #30200A: hue angle of 34.74º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30200A is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 10 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.81 |
| HSL | 34.74º | 0.66% | 0.11% | - |
| HSV(B) | 34.74º | 0.79% | 0.19% | - |
| XYZ | 1.79 | 1.68 | 0.52 | - |
| YUV | 34.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 10 | 0 | 0.33 | 0.79 | 0.81 | 34.74 | 0.66 | 0.11 |
| Hex | 30 | 20 | A | 0 | 21 | 4F | 51 | 23 | 42 | B |
| Octal | 60 | 40 | 12 | 0 | 41 | 117 | 121 | 43 | 102 | 13 |
| Binary | 110000 | 100000 | 1010 | 0 | 100001 | 1001111 | 1010001 | 100011 | 1000010 | 1011 |
Color Harmonies of #30200A
Complementary color
Monochromatic Colors of #30200A
Black with #30200A
Text Example
Text Example
White with #30200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30200A; }
p { color: rgb(48,32,10); }
H1.HeaderClassName
{
color: #30200A;
}
.AnyTagClassName
{
color: #30200A;
}
</style>
background-color css
<style>
a { background-color: #30200A; }
a { background-color: rgb(48,32,10); }
div.DivClassName
{
background-color: #30200A;
}
.BgClassName
{
background-color: #30200A;
}
</style>
border-color css
<style>
span { border-color: #30200A; }
span { border-color: rgb(48,32,10); }
td.TdClassName
{
border-color: #30200A;
}
.TagClassName
{
border-color: #30200A;
}
</style>