Shades of Livid Brown #382323
Tints of Livid Brown #382323
RGB
CMYK
RGB Variations
Color information
#382323 (or 0x382323) is known color: Livid Brown. HEX triplet: 38, 23 and 23. RGB value is (56,35,35). Sum of RGB (Red+Green+Blue) = 56+35+35=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382323 is #C7DCDC. Grayscale: #292929. Windows color (decimal): -13098205 or 2302776. OLE color: 2302776.
HSL color Cylindrical-coordinate representation of color #382323: hue angle of 0º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382323 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 35 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.78 |
| HSL | 0º | 0.23% | 0.18% | - |
| HSV(B) | 0º | 0.38% | 0.22% | - |
| XYZ | 2.54 | 2.16 | 1.87 | - |
| YUV | 41.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 35 | 0 | 0.37 | 0.37 | 0.78 | 0 | 0.23 | 0.18 |
| Hex | 38 | 23 | 23 | 0 | 25 | 25 | 4E | 0 | 17 | 12 |
| Octal | 70 | 43 | 43 | 0 | 45 | 45 | 116 | 0 | 27 | 22 |
| Binary | 111000 | 100011 | 100011 | 0 | 100101 | 100101 | 1001110 | 0 | 10111 | 10010 |
Color Harmonies of #382323
Complementary color
Monochromatic Colors of #382323
Black with #382323
Text Example
Text Example
White with #382323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382323; }
p { color: rgb(56,35,35); }
H1.HeaderClassName
{
color: #382323;
}
.AnyTagClassName
{
color: #382323;
}
</style>
background-color css
<style>
a { background-color: #382323; }
a { background-color: rgb(56,35,35); }
div.DivClassName
{
background-color: #382323;
}
.BgClassName
{
background-color: #382323;
}
</style>
border-color css
<style>
span { border-color: #382323; }
span { border-color: rgb(56,35,35); }
td.TdClassName
{
border-color: #382323;
}
.TagClassName
{
border-color: #382323;
}
</style>