Shades of Cocoa Brown #30200E
Tints of Cocoa Brown #30200E
RGB
CMYK
RGB Variations
Color information
#30200E (or 0x30200E) is known color: Cocoa Brown. HEX triplet: 30, 20 and 0E. RGB value is (48,32,14). Sum of RGB (Red+Green+Blue) = 48+32+14=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200E is #CFDFF1. Grayscale: #222222. Windows color (decimal): -13623282 or 925744. OLE color: 925744.
HSL color Cylindrical-coordinate representation of color #30200E: hue angle of 31.76º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30200E is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 14 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.81 |
| HSL | 31.76º | 0.55% | 0.12% | - |
| HSV(B) | 31.76º | 0.71% | 0.19% | - |
| XYZ | 1.81 | 1.69 | 0.65 | - |
| YUV | 34.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 14 | 0 | 0.33 | 0.71 | 0.81 | 31.76 | 0.55 | 0.12 |
| Hex | 30 | 20 | E | 0 | 21 | 47 | 51 | 20 | 37 | C |
| Octal | 60 | 40 | 16 | 0 | 41 | 107 | 121 | 40 | 67 | 14 |
| Binary | 110000 | 100000 | 1110 | 0 | 100001 | 1000111 | 1010001 | 100000 | 110111 | 1100 |
Color Harmonies of #30200E
Complementary color
Monochromatic Colors of #30200E
Black with #30200E
Text Example
Text Example
White with #30200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30200E; }
p { color: rgb(48,32,14); }
H1.HeaderClassName
{
color: #30200E;
}
.AnyTagClassName
{
color: #30200E;
}
</style>
background-color css
<style>
a { background-color: #30200E; }
a { background-color: rgb(48,32,14); }
div.DivClassName
{
background-color: #30200E;
}
.BgClassName
{
background-color: #30200E;
}
</style>
border-color css
<style>
span { border-color: #30200E; }
span { border-color: rgb(48,32,14); }
td.TdClassName
{
border-color: #30200E;
}
.TagClassName
{
border-color: #30200E;
}
</style>