Shades of Livid Brown #382725
Tints of Livid Brown #382725
RGB
CMYK
RGB Variations
Color information
#382725 (or 0x382725) is known color: Livid Brown. HEX triplet: 38, 27 and 25. RGB value is (56,39,37). Sum of RGB (Red+Green+Blue) = 56+39+37=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382725 is #C7D8DA. Grayscale: #2B2B2B. Windows color (decimal): -13097179 or 2434872. OLE color: 2434872.
HSL color Cylindrical-coordinate representation of color #382725: hue angle of 6.32º 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 #382725 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 37 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.78 |
| HSL | 6.32º | 0.2% | 0.18% | - |
| HSV(B) | 6.32º | 0.34% | 0.22% | - |
| XYZ | 2.69 | 2.43 | 2.08 | - |
| YUV | 43.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 37 | 0 | 0.30 | 0.34 | 0.78 | 6.32 | 0.2 | 0.18 |
| Hex | 38 | 27 | 25 | 0 | 1E | 22 | 4E | 6 | 14 | 12 |
| Octal | 70 | 47 | 45 | 0 | 36 | 42 | 116 | 6 | 24 | 22 |
| Binary | 111000 | 100111 | 100101 | 0 | 11110 | 100010 | 1001110 | 110 | 10100 | 10010 |
Color Harmonies of #382725
Complementary color
Monochromatic Colors of #382725
Black with #382725
Text Example
Text Example
White with #382725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382725; }
p { color: rgb(56,39,37); }
H1.HeaderClassName
{
color: #382725;
}
.AnyTagClassName
{
color: #382725;
}
</style>
background-color css
<style>
a { background-color: #382725; }
a { background-color: rgb(56,39,37); }
div.DivClassName
{
background-color: #382725;
}
.BgClassName
{
background-color: #382725;
}
</style>
border-color css
<style>
span { border-color: #382725; }
span { border-color: rgb(56,39,37); }
td.TdClassName
{
border-color: #382725;
}
.TagClassName
{
border-color: #382725;
}
</style>