Shades of Cocoa Brown #302923
Tints of Cocoa Brown #302923
RGB
CMYK
RGB Variations
Color information
#302923 (or 0x302923) is known color: Cocoa Brown. HEX triplet: 30, 29 and 23. RGB value is (48,41,35). Sum of RGB (Red+Green+Blue) = 48+41+35=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302923 is #CFD6DC. Grayscale: #2A2A2A. Windows color (decimal): -13620957 or 2304304. OLE color: 2304304.
HSL color Cylindrical-coordinate representation of color #302923: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302923 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 35 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.81 |
| HSL | 27.69º | 0.16% | 0.16% | - |
| HSV(B) | 27.69º | 0.27% | 0.19% | - |
| XYZ | 2.32 | 2.34 | 1.92 | - |
| YUV | 42.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 35 | 0 | 0.15 | 0.27 | 0.81 | 27.69 | 0.16 | 0.16 |
| Hex | 30 | 29 | 23 | 0 | F | 1B | 51 | 1C | 10 | 10 |
| Octal | 60 | 51 | 43 | 0 | 17 | 33 | 121 | 34 | 20 | 20 |
| Binary | 110000 | 101001 | 100011 | 0 | 1111 | 11011 | 1010001 | 11100 | 10000 | 10000 |
Color Harmonies of #302923
Complementary color
Monochromatic Colors of #302923
Black with #302923
Text Example
Text Example
White with #302923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302923; }
p { color: rgb(48,41,35); }
H1.HeaderClassName
{
color: #302923;
}
.AnyTagClassName
{
color: #302923;
}
</style>
background-color css
<style>
a { background-color: #302923; }
a { background-color: rgb(48,41,35); }
div.DivClassName
{
background-color: #302923;
}
.BgClassName
{
background-color: #302923;
}
</style>
border-color css
<style>
span { border-color: #302923; }
span { border-color: rgb(48,41,35); }
td.TdClassName
{
border-color: #302923;
}
.TagClassName
{
border-color: #302923;
}
</style>