Shades of Wood Bark #231810
Tints of Wood Bark #231810
RGB
CMYK
RGB Variations
Color information
#231810 (or 0x231810) is known color: Wood Bark. HEX triplet: 23, 18 and 10. RGB value is (35,24,16). Sum of RGB (Red+Green+Blue) = 35+24+16=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231810 is #DCE7EF. Grayscale: #1A1A1A. Windows color (decimal): -14477296 or 1054755. OLE color: 1054755.
HSL color Cylindrical-coordinate representation of color #231810: hue angle of 25.26º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231810 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 24 | 16 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.86 |
| HSL | 25.26º | 0.37% | 0.1% | - |
| HSV(B) | 25.26º | 0.54% | 0.14% | - |
| XYZ | 1.11 | 1.05 | 0.63 | - |
| YUV | 26.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 16 | 0 | 0.31 | 0.54 | 0.86 | 25.26 | 0.37 | 0.1 |
| Hex | 23 | 18 | 10 | 0 | 1F | 36 | 56 | 19 | 25 | A |
| Octal | 43 | 30 | 20 | 0 | 37 | 66 | 126 | 31 | 45 | 12 |
| Binary | 100011 | 11000 | 10000 | 0 | 11111 | 110110 | 1010110 | 11001 | 100101 | 1010 |
Color Harmonies of #231810
Complementary color
Monochromatic Colors of #231810
Black with #231810
Text Example
Text Example
White with #231810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231810; }
p { color: rgb(35,24,16); }
H1.HeaderClassName
{
color: #231810;
}
.AnyTagClassName
{
color: #231810;
}
</style>
background-color css
<style>
a { background-color: #231810; }
a { background-color: rgb(35,24,16); }
div.DivClassName
{
background-color: #231810;
}
.BgClassName
{
background-color: #231810;
}
</style>
border-color css
<style>
span { border-color: #231810; }
span { border-color: rgb(35,24,16); }
td.TdClassName
{
border-color: #231810;
}
.TagClassName
{
border-color: #231810;
}
</style>