Shades of Livid Brown #282423
Tints of Livid Brown #282423
RGB
CMYK
RGB Variations
Color information
#282423 (or 0x282423) is known color: Livid Brown. HEX triplet: 28, 24 and 23. RGB value is (40,36,35). Sum of RGB (Red+Green+Blue) = 40+36+35=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 40 - color contains mainly: red. Hex color #282423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282423 is #D7DBDC. Grayscale: #252525. Windows color (decimal): -14146525 or 2303016. OLE color: 2303016.
HSL color Cylindrical-coordinate representation of color #282423: hue angle of 12º degrees, saturation: 0.07, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #282423 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 35 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.84 |
| HSL | 12º | 0.07% | 0.15% | - |
| HSV(B) | 12º | 0.13% | 0.16% | - |
| XYZ | 1.81 | 1.83 | 1.85 | - |
| YUV | 37.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 35 | 0 | 0.10 | 0.12 | 0.84 | 12 | 0.07 | 0.15 |
| Hex | 28 | 24 | 23 | 0 | A | C | 54 | C | 7 | F |
| Octal | 50 | 44 | 43 | 0 | 12 | 14 | 124 | 14 | 7 | 17 |
| Binary | 101000 | 100100 | 100011 | 0 | 1010 | 1100 | 1010100 | 1100 | 111 | 1111 |
Color Harmonies of #282423
Complementary color
Monochromatic Colors of #282423
Black with #282423
Text Example
Text Example
White with #282423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282423; }
p { color: rgb(40,36,35); }
H1.HeaderClassName
{
color: #282423;
}
.AnyTagClassName
{
color: #282423;
}
</style>
background-color css
<style>
a { background-color: #282423; }
a { background-color: rgb(40,36,35); }
div.DivClassName
{
background-color: #282423;
}
.BgClassName
{
background-color: #282423;
}
</style>
border-color css
<style>
span { border-color: #282423; }
span { border-color: rgb(40,36,35); }
td.TdClassName
{
border-color: #282423;
}
.TagClassName
{
border-color: #282423;
}
</style>