Shades of Wood Bark #23170D
Tints of Wood Bark #23170D
RGB
CMYK
RGB Variations
Color information
#23170D (or 0x23170D) is known color: Wood Bark. HEX triplet: 23, 17 and 0D. RGB value is (35,23,13). Sum of RGB (Red+Green+Blue) = 35+23+13=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23170D is #DCE8F2. Grayscale: #191919. Windows color (decimal): -14477555 or 857891. OLE color: 857891.
HSL color Cylindrical-coordinate representation of color #23170D: hue angle of 27.27º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23170D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 13 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.86 |
| HSL | 27.27º | 0.46% | 0.09% | - |
| HSV(B) | 27.27º | 0.63% | 0.14% | - |
| XYZ | 1.07 | 1 | 0.52 | - |
| YUV | 25.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 13 | 0 | 0.34 | 0.63 | 0.86 | 27.27 | 0.46 | 0.09 |
| Hex | 23 | 17 | D | 0 | 22 | 3F | 56 | 1B | 2E | 9 |
| Octal | 43 | 27 | 15 | 0 | 42 | 77 | 126 | 33 | 56 | 11 |
| Binary | 100011 | 10111 | 1101 | 0 | 100010 | 111111 | 1010110 | 11011 | 101110 | 1001 |
Color Harmonies of #23170D
Complementary color
Monochromatic Colors of #23170D
Black with #23170D
Text Example
Text Example
White with #23170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23170D; }
p { color: rgb(35,23,13); }
H1.HeaderClassName
{
color: #23170D;
}
.AnyTagClassName
{
color: #23170D;
}
</style>
background-color css
<style>
a { background-color: #23170D; }
a { background-color: rgb(35,23,13); }
div.DivClassName
{
background-color: #23170D;
}
.BgClassName
{
background-color: #23170D;
}
</style>
border-color css
<style>
span { border-color: #23170D; }
span { border-color: rgb(35,23,13); }
td.TdClassName
{
border-color: #23170D;
}
.TagClassName
{
border-color: #23170D;
}
</style>