Shades of Wood Bark #392A24
Tints of Wood Bark #392A24
RGB
CMYK
RGB Variations
Color information
#392A24 (or 0x392A24) is known color: Wood Bark. HEX triplet: 39, 2A and 24. RGB value is (57,42,36). Sum of RGB (Red+Green+Blue) = 57+42+36=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A24 is #C6D5DB. Grayscale: #2D2D2D. Windows color (decimal): -13030876 or 2370105. OLE color: 2370105.
HSL color Cylindrical-coordinate representation of color #392A24: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392A24 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 36 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.78 |
| HSL | 17.14º | 0.23% | 0.18% | - |
| HSV(B) | 17.14º | 0.37% | 0.22% | - |
| XYZ | 2.83 | 2.65 | 2.03 | - |
| YUV | 45.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 36 | 0 | 0.26 | 0.37 | 0.78 | 17.14 | 0.23 | 0.18 |
| Hex | 39 | 2A | 24 | 0 | 1A | 25 | 4E | 11 | 17 | 12 |
| Octal | 71 | 52 | 44 | 0 | 32 | 45 | 116 | 21 | 27 | 22 |
| Binary | 111001 | 101010 | 100100 | 0 | 11010 | 100101 | 1001110 | 10001 | 10111 | 10010 |
Color Harmonies of #392A24
Complementary color
Monochromatic Colors of #392A24
Black with #392A24
Text Example
Text Example
White with #392A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A24; }
p { color: rgb(57,42,36); }
H1.HeaderClassName
{
color: #392A24;
}
.AnyTagClassName
{
color: #392A24;
}
</style>
background-color css
<style>
a { background-color: #392A24; }
a { background-color: rgb(57,42,36); }
div.DivClassName
{
background-color: #392A24;
}
.BgClassName
{
background-color: #392A24;
}
</style>
border-color css
<style>
span { border-color: #392A24; }
span { border-color: rgb(57,42,36); }
td.TdClassName
{
border-color: #392A24;
}
.TagClassName
{
border-color: #392A24;
}
</style>