Shades of Cocoa Brown #302317
Tints of Cocoa Brown #302317
RGB
CMYK
RGB Variations
Color information
#302317 (or 0x302317) is known color: Cocoa Brown. HEX triplet: 30, 23 and 17. RGB value is (48,35,23). Sum of RGB (Red+Green+Blue) = 48+35+23=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302317 is #CFDCE8. Grayscale: #252525. Windows color (decimal): -13622505 or 1516336. OLE color: 1516336.
HSL color Cylindrical-coordinate representation of color #302317: hue angle of 28.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302317 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 23 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.81 |
| HSL | 28.8º | 0.35% | 0.14% | - |
| HSV(B) | 28.8º | 0.52% | 0.19% | - |
| XYZ | 1.97 | 1.89 | 1.07 | - |
| YUV | 37.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 23 | 0 | 0.27 | 0.52 | 0.81 | 28.8 | 0.35 | 0.14 |
| Hex | 30 | 23 | 17 | 0 | 1B | 34 | 51 | 1D | 23 | E |
| Octal | 60 | 43 | 27 | 0 | 33 | 64 | 121 | 35 | 43 | 16 |
| Binary | 110000 | 100011 | 10111 | 0 | 11011 | 110100 | 1010001 | 11101 | 100011 | 1110 |
Color Harmonies of #302317
Complementary color
Monochromatic Colors of #302317
Black with #302317
Text Example
Text Example
White with #302317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302317; }
p { color: rgb(48,35,23); }
H1.HeaderClassName
{
color: #302317;
}
.AnyTagClassName
{
color: #302317;
}
</style>
background-color css
<style>
a { background-color: #302317; }
a { background-color: rgb(48,35,23); }
div.DivClassName
{
background-color: #302317;
}
.BgClassName
{
background-color: #302317;
}
</style>
border-color css
<style>
span { border-color: #302317; }
span { border-color: rgb(48,35,23); }
td.TdClassName
{
border-color: #302317;
}
.TagClassName
{
border-color: #302317;
}
</style>