Shades of Shadow #83754B
Tints of Shadow #83754B
RGB
CMYK
RGB Variations
Color information
#83754B (or 0x83754B) is known color: Shadow. HEX triplet: 83, 75 and 4B. RGB value is (131,117,75). Sum of RGB (Red+Green+Blue) = 131+117+75=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83754B is #7C8AB4. Grayscale: #747474. Windows color (decimal): -8161973 or 4945283. OLE color: 4945283.
HSL color Cylindrical-coordinate representation of color #83754B: hue angle of 45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83754B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 75 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.49 |
| HSL | 45º | 0.27% | 0.4% | - |
| HSV(B) | 45º | 0.43% | 0.51% | - |
| XYZ | 16.99 | 18.06 | 9.25 | - |
| YUV | 116.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 75 | 0 | 0.11 | 0.43 | 0.49 | 45 | 0.27 | 0.4 |
| Hex | 83 | 75 | 4B | 0 | B | 2B | 31 | 2D | 1B | 28 |
| Octal | 203 | 165 | 113 | 0 | 13 | 53 | 61 | 55 | 33 | 50 |
| Binary | 10000011 | 1110101 | 1001011 | 0 | 1011 | 101011 | 110001 | 101101 | 11011 | 101000 |
Color Harmonies of #83754B
Complementary color
Monochromatic Colors of #83754B
Black with #83754B
Text Example
Text Example
White with #83754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83754B; }
p { color: rgb(131,117,75); }
H1.HeaderClassName
{
color: #83754B;
}
.AnyTagClassName
{
color: #83754B;
}
</style>
background-color css
<style>
a { background-color: #83754B; }
a { background-color: rgb(131,117,75); }
div.DivClassName
{
background-color: #83754B;
}
.BgClassName
{
background-color: #83754B;
}
</style>
border-color css
<style>
span { border-color: #83754B; }
span { border-color: rgb(131,117,75); }
td.TdClassName
{
border-color: #83754B;
}
.TagClassName
{
border-color: #83754B;
}
</style>