Shades of Cocoa Brown #302519
Tints of Cocoa Brown #302519
RGB
CMYK
RGB Variations
Color information
#302519 (or 0x302519) is known color: Cocoa Brown. HEX triplet: 30, 25 and 19. RGB value is (48,37,25). Sum of RGB (Red+Green+Blue) = 48+37+25=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302519 is #CFDAE6. Grayscale: #262626. Windows color (decimal): -13621991 or 1647920. OLE color: 1647920.
HSL color Cylindrical-coordinate representation of color #302519: hue angle of 31.3º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302519 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 25 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.81 |
| HSL | 31.3º | 0.32% | 0.14% | - |
| HSV(B) | 31.3º | 0.48% | 0.19% | - |
| XYZ | 2.06 | 2.02 | 1.2 | - |
| YUV | 38.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 25 | 0 | 0.23 | 0.48 | 0.81 | 31.3 | 0.32 | 0.14 |
| Hex | 30 | 25 | 19 | 0 | 17 | 30 | 51 | 1F | 20 | E |
| Octal | 60 | 45 | 31 | 0 | 27 | 60 | 121 | 37 | 40 | 16 |
| Binary | 110000 | 100101 | 11001 | 0 | 10111 | 110000 | 1010001 | 11111 | 100000 | 1110 |
Color Harmonies of #302519
Complementary color
Monochromatic Colors of #302519
Black with #302519
Text Example
Text Example
White with #302519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302519; }
p { color: rgb(48,37,25); }
H1.HeaderClassName
{
color: #302519;
}
.AnyTagClassName
{
color: #302519;
}
</style>
background-color css
<style>
a { background-color: #302519; }
a { background-color: rgb(48,37,25); }
div.DivClassName
{
background-color: #302519;
}
.BgClassName
{
background-color: #302519;
}
</style>
border-color css
<style>
span { border-color: #302519; }
span { border-color: rgb(48,37,25); }
td.TdClassName
{
border-color: #302519;
}
.TagClassName
{
border-color: #302519;
}
</style>