Shades of Cocoa Brown #30220E
Tints of Cocoa Brown #30220E
RGB
CMYK
RGB Variations
Color information
#30220E (or 0x30220E) is known color: Cocoa Brown. HEX triplet: 30, 22 and 0E. RGB value is (48,34,14). Sum of RGB (Red+Green+Blue) = 48+34+14=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30220E is #CFDDF1. Grayscale: #232323. Windows color (decimal): -13622770 or 926256. OLE color: 926256.
HSL color Cylindrical-coordinate representation of color #30220E: hue angle of 35.29º 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 #30220E is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 14 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.81 |
| HSL | 35.29º | 0.55% | 0.12% | - |
| HSV(B) | 35.29º | 0.71% | 0.19% | - |
| XYZ | 1.87 | 1.8 | 0.67 | - |
| YUV | 35.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 14 | 0 | 0.29 | 0.71 | 0.81 | 35.29 | 0.55 | 0.12 |
| Hex | 30 | 22 | E | 0 | 1D | 47 | 51 | 23 | 37 | C |
| Octal | 60 | 42 | 16 | 0 | 35 | 107 | 121 | 43 | 67 | 14 |
| Binary | 110000 | 100010 | 1110 | 0 | 11101 | 1000111 | 1010001 | 100011 | 110111 | 1100 |
Color Harmonies of #30220E
Complementary color
Monochromatic Colors of #30220E
Black with #30220E
Text Example
Text Example
White with #30220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30220E; }
p { color: rgb(48,34,14); }
H1.HeaderClassName
{
color: #30220E;
}
.AnyTagClassName
{
color: #30220E;
}
</style>
background-color css
<style>
a { background-color: #30220E; }
a { background-color: rgb(48,34,14); }
div.DivClassName
{
background-color: #30220E;
}
.BgClassName
{
background-color: #30220E;
}
</style>
border-color css
<style>
span { border-color: #30220E; }
span { border-color: rgb(48,34,14); }
td.TdClassName
{
border-color: #30220E;
}
.TagClassName
{
border-color: #30220E;
}
</style>