Shades of Wood Bark #23150F
Tints of Wood Bark #23150F
RGB
CMYK
RGB Variations
Color information
#23150F (or 0x23150F) is known color: Wood Bark. HEX triplet: 23, 15 and 0F. RGB value is (35,21,15). Sum of RGB (Red+Green+Blue) = 35+21+15=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23150F is #DCEAF0. Grayscale: #181818. Windows color (decimal): -14478065 or 988451. OLE color: 988451.
HSL color Cylindrical-coordinate representation of color #23150F: hue angle of 18º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23150F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 15 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.86 |
| HSL | 18º | 0.4% | 0.1% | - |
| HSV(B) | 18º | 0.57% | 0.14% | - |
| XYZ | 1.05 | 0.93 | 0.58 | - |
| YUV | 24.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 15 | 0 | 0.40 | 0.57 | 0.86 | 18 | 0.4 | 0.1 |
| Hex | 23 | 15 | F | 0 | 28 | 39 | 56 | 12 | 28 | A |
| Octal | 43 | 25 | 17 | 0 | 50 | 71 | 126 | 22 | 50 | 12 |
| Binary | 100011 | 10101 | 1111 | 0 | 101000 | 111001 | 1010110 | 10010 | 101000 | 1010 |
Color Harmonies of #23150F
Complementary color
Monochromatic Colors of #23150F
Black with #23150F
Text Example
Text Example
White with #23150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23150F; }
p { color: rgb(35,21,15); }
H1.HeaderClassName
{
color: #23150F;
}
.AnyTagClassName
{
color: #23150F;
}
</style>
background-color css
<style>
a { background-color: #23150F; }
a { background-color: rgb(35,21,15); }
div.DivClassName
{
background-color: #23150F;
}
.BgClassName
{
background-color: #23150F;
}
</style>
border-color css
<style>
span { border-color: #23150F; }
span { border-color: rgb(35,21,15); }
td.TdClassName
{
border-color: #23150F;
}
.TagClassName
{
border-color: #23150F;
}
</style>