Shades of Cocoa Brown #302315
Tints of Cocoa Brown #302315
RGB
CMYK
RGB Variations
Color information
#302315 (or 0x302315) is known color: Cocoa Brown. HEX triplet: 30, 23 and 15. RGB value is (48,35,21). Sum of RGB (Red+Green+Blue) = 48+35+21=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302315 is #CFDCEA. Grayscale: #252525. Windows color (decimal): -13622507 or 1385264. OLE color: 1385264.
HSL color Cylindrical-coordinate representation of color #302315: hue angle of 31.11º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302315 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 21 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.81 |
| HSL | 31.11º | 0.39% | 0.14% | - |
| HSV(B) | 31.11º | 0.56% | 0.19% | - |
| XYZ | 1.96 | 1.88 | 0.97 | - |
| YUV | 37.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 21 | 0 | 0.27 | 0.56 | 0.81 | 31.11 | 0.39 | 0.14 |
| Hex | 30 | 23 | 15 | 0 | 1B | 38 | 51 | 1F | 27 | E |
| Octal | 60 | 43 | 25 | 0 | 33 | 70 | 121 | 37 | 47 | 16 |
| Binary | 110000 | 100011 | 10101 | 0 | 11011 | 111000 | 1010001 | 11111 | 100111 | 1110 |
Color Harmonies of #302315
Complementary color
Monochromatic Colors of #302315
Black with #302315
Text Example
Text Example
White with #302315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302315; }
p { color: rgb(48,35,21); }
H1.HeaderClassName
{
color: #302315;
}
.AnyTagClassName
{
color: #302315;
}
</style>
background-color css
<style>
a { background-color: #302315; }
a { background-color: rgb(48,35,21); }
div.DivClassName
{
background-color: #302315;
}
.BgClassName
{
background-color: #302315;
}
</style>
border-color css
<style>
span { border-color: #302315; }
span { border-color: rgb(48,35,21); }
td.TdClassName
{
border-color: #302315;
}
.TagClassName
{
border-color: #302315;
}
</style>