Shades of Wood Bark #362B26
Tints of Wood Bark #362B26
RGB
CMYK
RGB Variations
Color information
#362B26 (or 0x362B26) is known color: Wood Bark. HEX triplet: 36, 2B and 26. RGB value is (54,43,38). Sum of RGB (Red+Green+Blue) = 54+43+38=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #362B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B26 is #C9D4D9. Grayscale: #2D2D2D. Windows color (decimal): -13227226 or 2501430. OLE color: 2501430.
HSL color Cylindrical-coordinate representation of color #362B26: hue angle of 18.75º 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 #362B26 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 38 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.79 |
| HSL | 18.75º | 0.17% | 0.18% | - |
| HSV(B) | 18.75º | 0.3% | 0.21% | - |
| XYZ | 2.74 | 2.65 | 2.2 | - |
| YUV | 45.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 38 | 0 | 0.20 | 0.30 | 0.79 | 18.75 | 0.17 | 0.18 |
| Hex | 36 | 2B | 26 | 0 | 14 | 1E | 4F | 13 | 11 | 12 |
| Octal | 66 | 53 | 46 | 0 | 24 | 36 | 117 | 23 | 21 | 22 |
| Binary | 110110 | 101011 | 100110 | 0 | 10100 | 11110 | 1001111 | 10011 | 10001 | 10010 |
Color Harmonies of #362B26
Complementary color
Monochromatic Colors of #362B26
Black with #362B26
Text Example
Text Example
White with #362B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B26; }
p { color: rgb(54,43,38); }
H1.HeaderClassName
{
color: #362B26;
}
.AnyTagClassName
{
color: #362B26;
}
</style>
background-color css
<style>
a { background-color: #362B26; }
a { background-color: rgb(54,43,38); }
div.DivClassName
{
background-color: #362B26;
}
.BgClassName
{
background-color: #362B26;
}
</style>
border-color css
<style>
span { border-color: #362B26; }
span { border-color: rgb(54,43,38); }
td.TdClassName
{
border-color: #362B26;
}
.TagClassName
{
border-color: #362B26;
}
</style>