Shades of Wood Bark #362A26
Tints of Wood Bark #362A26
RGB
CMYK
RGB Variations
Color information
#362A26 (or 0x362A26) is known color: Wood Bark. HEX triplet: 36, 2A and 26. RGB value is (54,42,38). Sum of RGB (Red+Green+Blue) = 54+42+38=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #362A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A26 is #C9D5D9. Grayscale: #2D2D2D. Windows color (decimal): -13227482 or 2501174. OLE color: 2501174.
HSL color Cylindrical-coordinate representation of color #362A26: hue angle of 15º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #362A26 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 38 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.79 |
| HSL | 15º | 0.17% | 0.18% | - |
| HSV(B) | 15º | 0.3% | 0.21% | - |
| XYZ | 2.7 | 2.58 | 2.19 | - |
| YUV | 45.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 38 | 0 | 0.22 | 0.30 | 0.79 | 15 | 0.17 | 0.18 |
| Hex | 36 | 2A | 26 | 0 | 16 | 1E | 4F | F | 11 | 12 |
| Octal | 66 | 52 | 46 | 0 | 26 | 36 | 117 | 17 | 21 | 22 |
| Binary | 110110 | 101010 | 100110 | 0 | 10110 | 11110 | 1001111 | 1111 | 10001 | 10010 |
Color Harmonies of #362A26
Complementary color
Monochromatic Colors of #362A26
Black with #362A26
Text Example
Text Example
White with #362A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A26; }
p { color: rgb(54,42,38); }
H1.HeaderClassName
{
color: #362A26;
}
.AnyTagClassName
{
color: #362A26;
}
</style>
background-color css
<style>
a { background-color: #362A26; }
a { background-color: rgb(54,42,38); }
div.DivClassName
{
background-color: #362A26;
}
.BgClassName
{
background-color: #362A26;
}
</style>
border-color css
<style>
span { border-color: #362A26; }
span { border-color: rgb(54,42,38); }
td.TdClassName
{
border-color: #362A26;
}
.TagClassName
{
border-color: #362A26;
}
</style>