Shades of Cocoa Brown #302314
Tints of Cocoa Brown #302314
RGB
CMYK
RGB Variations
Color information
#302314 (or 0x302314) is known color: Cocoa Brown. HEX triplet: 30, 23 and 14. RGB value is (48,35,20). Sum of RGB (Red+Green+Blue) = 48+35+20=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302314 is #CFDCEB. Grayscale: #252525. Windows color (decimal): -13622508 or 1319728. OLE color: 1319728.
HSL color Cylindrical-coordinate representation of color #302314: hue angle of 32.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302314 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 20 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.81 |
| HSL | 32.14º | 0.41% | 0.13% | - |
| HSV(B) | 32.14º | 0.58% | 0.19% | - |
| XYZ | 1.95 | 1.88 | 0.92 | - |
| YUV | 37.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 20 | 0 | 0.27 | 0.58 | 0.81 | 32.14 | 0.41 | 0.13 |
| Hex | 30 | 23 | 14 | 0 | 1B | 3A | 51 | 20 | 29 | D |
| Octal | 60 | 43 | 24 | 0 | 33 | 72 | 121 | 40 | 51 | 15 |
| Binary | 110000 | 100011 | 10100 | 0 | 11011 | 111010 | 1010001 | 100000 | 101001 | 1101 |
Color Harmonies of #302314
Complementary color
Monochromatic Colors of #302314
Black with #302314
Text Example
Text Example
White with #302314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302314; }
p { color: rgb(48,35,20); }
H1.HeaderClassName
{
color: #302314;
}
.AnyTagClassName
{
color: #302314;
}
</style>
background-color css
<style>
a { background-color: #302314; }
a { background-color: rgb(48,35,20); }
div.DivClassName
{
background-color: #302314;
}
.BgClassName
{
background-color: #302314;
}
</style>
border-color css
<style>
span { border-color: #302314; }
span { border-color: rgb(48,35,20); }
td.TdClassName
{
border-color: #302314;
}
.TagClassName
{
border-color: #302314;
}
</style>