Shades of Livid Brown #302625
Tints of Livid Brown #302625
RGB
CMYK
RGB Variations
Color information
#302625 (or 0x302625) is known color: Livid Brown. HEX triplet: 30, 26 and 25. RGB value is (48,38,37). Sum of RGB (Red+Green+Blue) = 48+38+37=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302625 is #CFD9DA. Grayscale: #282828. Windows color (decimal): -13621723 or 2434608. OLE color: 2434608.
HSL color Cylindrical-coordinate representation of color #302625: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #302625 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 38 | 37 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.81 |
| HSL | 5.45º | 0.13% | 0.17% | - |
| HSV(B) | 5.45º | 0.23% | 0.19% | - |
| XYZ | 2.25 | 2.15 | 2.05 | - |
| YUV | 40.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 37 | 0 | 0.21 | 0.23 | 0.81 | 5.45 | 0.13 | 0.17 |
| Hex | 30 | 26 | 25 | 0 | 15 | 17 | 51 | 5 | D | 11 |
| Octal | 60 | 46 | 45 | 0 | 25 | 27 | 121 | 5 | 15 | 21 |
| Binary | 110000 | 100110 | 100101 | 0 | 10101 | 10111 | 1010001 | 101 | 1101 | 10001 |
Color Harmonies of #302625
Complementary color
Monochromatic Colors of #302625
Black with #302625
Text Example
Text Example
White with #302625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302625; }
p { color: rgb(48,38,37); }
H1.HeaderClassName
{
color: #302625;
}
.AnyTagClassName
{
color: #302625;
}
</style>
background-color css
<style>
a { background-color: #302625; }
a { background-color: rgb(48,38,37); }
div.DivClassName
{
background-color: #302625;
}
.BgClassName
{
background-color: #302625;
}
</style>
border-color css
<style>
span { border-color: #302625; }
span { border-color: rgb(48,38,37); }
td.TdClassName
{
border-color: #302625;
}
.TagClassName
{
border-color: #302625;
}
</style>