Shades of Wood Bark #23140A
Tints of Wood Bark #23140A
RGB
CMYK
RGB Variations
Color information
#23140A (or 0x23140A) is known color: Wood Bark. HEX triplet: 23, 14 and 0A. RGB value is (35,20,10). Sum of RGB (Red+Green+Blue) = 35+20+10=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23140A is #DCEBF5. Grayscale: #171717. Windows color (decimal): -14478326 or 660515. OLE color: 660515.
HSL color Cylindrical-coordinate representation of color #23140A: hue angle of 24º 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 #23140A is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 10 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.86 |
| HSL | 24º | 0.56% | 0.09% | - |
| HSV(B) | 24º | 0.71% | 0.14% | - |
| XYZ | 1 | 0.88 | 0.4 | - |
| YUV | 23.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 10 | 0 | 0.43 | 0.71 | 0.86 | 24 | 0.56 | 0.09 |
| Hex | 23 | 14 | A | 0 | 2B | 47 | 56 | 18 | 38 | 9 |
| Octal | 43 | 24 | 12 | 0 | 53 | 107 | 126 | 30 | 70 | 11 |
| Binary | 100011 | 10100 | 1010 | 0 | 101011 | 1000111 | 1010110 | 11000 | 111000 | 1001 |
Color Harmonies of #23140A
Complementary color
Monochromatic Colors of #23140A
Black with #23140A
Text Example
Text Example
White with #23140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23140A; }
p { color: rgb(35,20,10); }
H1.HeaderClassName
{
color: #23140A;
}
.AnyTagClassName
{
color: #23140A;
}
</style>
background-color css
<style>
a { background-color: #23140A; }
a { background-color: rgb(35,20,10); }
div.DivClassName
{
background-color: #23140A;
}
.BgClassName
{
background-color: #23140A;
}
</style>
border-color css
<style>
span { border-color: #23140A; }
span { border-color: rgb(35,20,10); }
td.TdClassName
{
border-color: #23140A;
}
.TagClassName
{
border-color: #23140A;
}
</style>