Shades of Wood Bark #362C28
Tints of Wood Bark #362C28
RGB
CMYK
RGB Variations
Color information
#362C28 (or 0x362C28) is known color: Wood Bark. HEX triplet: 36, 2C and 28. RGB value is (54,44,40). Sum of RGB (Red+Green+Blue) = 54+44+40=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C28 is #C9D3D7. Grayscale: #2E2E2E. Windows color (decimal): -13226968 or 2632758. OLE color: 2632758.
HSL color Cylindrical-coordinate representation of color #362C28: hue angle of 17.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #362C28 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 40 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.79 |
| HSL | 17.14º | 0.15% | 0.18% | - |
| HSV(B) | 17.14º | 0.26% | 0.21% | - |
| XYZ | 2.81 | 2.74 | 2.39 | - |
| YUV | 46.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 40 | 0 | 0.19 | 0.26 | 0.79 | 17.14 | 0.15 | 0.18 |
| Hex | 36 | 2C | 28 | 0 | 13 | 1A | 4F | 11 | F | 12 |
| Octal | 66 | 54 | 50 | 0 | 23 | 32 | 117 | 21 | 17 | 22 |
| Binary | 110110 | 101100 | 101000 | 0 | 10011 | 11010 | 1001111 | 10001 | 1111 | 10010 |
Color Harmonies of #362C28
Complementary color
Monochromatic Colors of #362C28
Black with #362C28
Text Example
Text Example
White with #362C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C28; }
p { color: rgb(54,44,40); }
H1.HeaderClassName
{
color: #362C28;
}
.AnyTagClassName
{
color: #362C28;
}
</style>
background-color css
<style>
a { background-color: #362C28; }
a { background-color: rgb(54,44,40); }
div.DivClassName
{
background-color: #362C28;
}
.BgClassName
{
background-color: #362C28;
}
</style>
border-color css
<style>
span { border-color: #362C28; }
span { border-color: rgb(54,44,40); }
td.TdClassName
{
border-color: #362C28;
}
.TagClassName
{
border-color: #362C28;
}
</style>