Shades of Wood Bark #23150A
Tints of Wood Bark #23150A
RGB
CMYK
RGB Variations
Color information
#23150A (or 0x23150A) is known color: Wood Bark. HEX triplet: 23, 15 and 0A. RGB value is (35,21,10). Sum of RGB (Red+Green+Blue) = 35+21+10=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23150A is #DCEAF5. Grayscale: #171717. Windows color (decimal): -14478070 or 660771. OLE color: 660771.
HSL color Cylindrical-coordinate representation of color #23150A: hue angle of 26.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23150A is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 10 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.86 |
| HSL | 26.4º | 0.56% | 0.09% | - |
| HSV(B) | 26.4º | 0.71% | 0.14% | - |
| XYZ | 1.02 | 0.92 | 0.41 | - |
| YUV | 23.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 10 | 0 | 0.40 | 0.71 | 0.86 | 26.4 | 0.56 | 0.09 |
| Hex | 23 | 15 | A | 0 | 28 | 47 | 56 | 1A | 38 | 9 |
| Octal | 43 | 25 | 12 | 0 | 50 | 107 | 126 | 32 | 70 | 11 |
| Binary | 100011 | 10101 | 1010 | 0 | 101000 | 1000111 | 1010110 | 11010 | 111000 | 1001 |
Color Harmonies of #23150A
Complementary color
Monochromatic Colors of #23150A
Black with #23150A
Text Example
Text Example
White with #23150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23150A; }
p { color: rgb(35,21,10); }
H1.HeaderClassName
{
color: #23150A;
}
.AnyTagClassName
{
color: #23150A;
}
</style>
background-color css
<style>
a { background-color: #23150A; }
a { background-color: rgb(35,21,10); }
div.DivClassName
{
background-color: #23150A;
}
.BgClassName
{
background-color: #23150A;
}
</style>
border-color css
<style>
span { border-color: #23150A; }
span { border-color: rgb(35,21,10); }
td.TdClassName
{
border-color: #23150A;
}
.TagClassName
{
border-color: #23150A;
}
</style>