Shades of Wood Bark #382A25
Tints of Wood Bark #382A25
RGB
CMYK
RGB Variations
Color information
#382A25 (or 0x382A25) is known color: Wood Bark. HEX triplet: 38, 2A and 25. RGB value is (56,42,37). Sum of RGB (Red+Green+Blue) = 56+42+37=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A25 is #C7D5DA. Grayscale: #2D2D2D. Windows color (decimal): -13096411 or 2435640. OLE color: 2435640.
HSL color Cylindrical-coordinate representation of color #382A25: hue angle of 15.79º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382A25 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 37 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.78 |
| HSL | 15.79º | 0.2% | 0.18% | - |
| HSV(B) | 15.79º | 0.34% | 0.22% | - |
| XYZ | 2.79 | 2.63 | 2.11 | - |
| YUV | 45.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 37 | 0 | 0.25 | 0.34 | 0.78 | 15.79 | 0.2 | 0.18 |
| Hex | 38 | 2A | 25 | 0 | 19 | 22 | 4E | 10 | 14 | 12 |
| Octal | 70 | 52 | 45 | 0 | 31 | 42 | 116 | 20 | 24 | 22 |
| Binary | 111000 | 101010 | 100101 | 0 | 11001 | 100010 | 1001110 | 10000 | 10100 | 10010 |
Color Harmonies of #382A25
Complementary color
Monochromatic Colors of #382A25
Black with #382A25
Text Example
Text Example
White with #382A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A25; }
p { color: rgb(56,42,37); }
H1.HeaderClassName
{
color: #382A25;
}
.AnyTagClassName
{
color: #382A25;
}
</style>
background-color css
<style>
a { background-color: #382A25; }
a { background-color: rgb(56,42,37); }
div.DivClassName
{
background-color: #382A25;
}
.BgClassName
{
background-color: #382A25;
}
</style>
border-color css
<style>
span { border-color: #382A25; }
span { border-color: rgb(56,42,37); }
td.TdClassName
{
border-color: #382A25;
}
.TagClassName
{
border-color: #382A25;
}
</style>