Shades of Shadow #907248
Tints of Shadow #907248
RGB
CMYK
RGB Variations
Color information
#907248 (or 0x907248) is known color: Shadow. HEX triplet: 90, 72 and 48. RGB value is (144,114,72). Sum of RGB (Red+Green+Blue) = 144+114+72=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #907248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907248 is #6F8DB7. Grayscale: #767676. Windows color (decimal): -7310776 or 4747920. OLE color: 4747920.
HSL color Cylindrical-coordinate representation of color #907248: hue angle of 35º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #907248 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 72 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.44 |
| HSL | 35º | 0.33% | 0.42% | - |
| HSV(B) | 35º | 0.5% | 0.56% | - |
| XYZ | 18.69 | 18.43 | 8.7 | - |
| YUV | 118.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 72 | 0 | 0.21 | 0.50 | 0.44 | 35 | 0.33 | 0.42 |
| Hex | 90 | 72 | 48 | 0 | 15 | 32 | 2C | 23 | 21 | 2A |
| Octal | 220 | 162 | 110 | 0 | 25 | 62 | 54 | 43 | 41 | 52 |
| Binary | 10010000 | 1110010 | 1001000 | 0 | 10101 | 110010 | 101100 | 100011 | 100001 | 101010 |
Color Harmonies of #907248
Complementary color
Monochromatic Colors of #907248
Black with #907248
Text Example
Text Example
White with #907248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907248; }
p { color: rgb(144,114,72); }
H1.HeaderClassName
{
color: #907248;
}
.AnyTagClassName
{
color: #907248;
}
</style>
background-color css
<style>
a { background-color: #907248; }
a { background-color: rgb(144,114,72); }
div.DivClassName
{
background-color: #907248;
}
.BgClassName
{
background-color: #907248;
}
</style>
border-color css
<style>
span { border-color: #907248; }
span { border-color: rgb(144,114,72); }
td.TdClassName
{
border-color: #907248;
}
.TagClassName
{
border-color: #907248;
}
</style>