Shades of Wood Bark #382A24
Tints of Wood Bark #382A24
RGB
CMYK
RGB Variations
Color information
#382A24 (or 0x382A24) is known color: Wood Bark. HEX triplet: 38, 2A and 24. RGB value is (56,42,36). Sum of RGB (Red+Green+Blue) = 56+42+36=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A24 is #C7D5DB. Grayscale: #2D2D2D. Windows color (decimal): -13096412 or 2370104. OLE color: 2370104.
HSL color Cylindrical-coordinate representation of color #382A24: hue angle of 18º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382A24 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 36 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.78 |
| HSL | 18º | 0.22% | 0.18% | - |
| HSV(B) | 18º | 0.36% | 0.22% | - |
| XYZ | 2.78 | 2.62 | 2.03 | - |
| YUV | 45.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 36 | 0 | 0.25 | 0.36 | 0.78 | 18 | 0.22 | 0.18 |
| Hex | 38 | 2A | 24 | 0 | 19 | 24 | 4E | 12 | 16 | 12 |
| Octal | 70 | 52 | 44 | 0 | 31 | 44 | 116 | 22 | 26 | 22 |
| Binary | 111000 | 101010 | 100100 | 0 | 11001 | 100100 | 1001110 | 10010 | 10110 | 10010 |
Color Harmonies of #382A24
Complementary color
Monochromatic Colors of #382A24
Black with #382A24
Text Example
Text Example
White with #382A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A24; }
p { color: rgb(56,42,36); }
H1.HeaderClassName
{
color: #382A24;
}
.AnyTagClassName
{
color: #382A24;
}
</style>
background-color css
<style>
a { background-color: #382A24; }
a { background-color: rgb(56,42,36); }
div.DivClassName
{
background-color: #382A24;
}
.BgClassName
{
background-color: #382A24;
}
</style>
border-color css
<style>
span { border-color: #382A24; }
span { border-color: rgb(56,42,36); }
td.TdClassName
{
border-color: #382A24;
}
.TagClassName
{
border-color: #382A24;
}
</style>