Shades of Cocoa Brown #30200B
Tints of Cocoa Brown #30200B
RGB
CMYK
RGB Variations
Color information
#30200B (or 0x30200B) is known color: Cocoa Brown. HEX triplet: 30, 20 and 0B. RGB value is (48,32,11). Sum of RGB (Red+Green+Blue) = 48+32+11=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200B is #CFDFF4. Grayscale: #222222. Windows color (decimal): -13623285 or 729136. OLE color: 729136.
HSL color Cylindrical-coordinate representation of color #30200B: hue angle of 34.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30200B is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 32 | 11 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.81 |
| HSL | 34.05º | 0.63% | 0.12% | - |
| HSV(B) | 34.05º | 0.77% | 0.19% | - |
| XYZ | 1.8 | 1.69 | 0.55 | - |
| YUV | 34.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 11 | 0 | 0.33 | 0.77 | 0.81 | 34.05 | 0.63 | 0.12 |
| Hex | 30 | 20 | B | 0 | 21 | 4D | 51 | 22 | 3F | C |
| Octal | 60 | 40 | 13 | 0 | 41 | 115 | 121 | 42 | 77 | 14 |
| Binary | 110000 | 100000 | 1011 | 0 | 100001 | 1001101 | 1010001 | 100010 | 111111 | 1100 |
Color Harmonies of #30200B
Complementary color
Monochromatic Colors of #30200B
Black with #30200B
Text Example
Text Example
White with #30200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30200B; }
p { color: rgb(48,32,11); }
H1.HeaderClassName
{
color: #30200B;
}
.AnyTagClassName
{
color: #30200B;
}
</style>
background-color css
<style>
a { background-color: #30200B; }
a { background-color: rgb(48,32,11); }
div.DivClassName
{
background-color: #30200B;
}
.BgClassName
{
background-color: #30200B;
}
</style>
border-color css
<style>
span { border-color: #30200B; }
span { border-color: rgb(48,32,11); }
td.TdClassName
{
border-color: #30200B;
}
.TagClassName
{
border-color: #30200B;
}
</style>