Shades of Burning Sand #D7845B
Tints of Burning Sand #D7845B
RGB
CMYK
RGB Variations
Color information
#D7845B (or 0xD7845B) is known color: Burning Sand. HEX triplet: D7, 84 and 5B. RGB value is (215,132,91). Sum of RGB (Red+Green+Blue) = 215+132+91=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7845B is #287BA4. Grayscale: #989898. Windows color (decimal): -2653093 or 5997783. OLE color: 5997783.
HSL color Cylindrical-coordinate representation of color #D7845B: hue angle of 19.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7845B is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 91 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.16 |
| HSL | 19.84º | 0.61% | 0.6% | - |
| HSV(B) | 19.84º | 0.58% | 0.84% | - |
| XYZ | 38.16 | 31.7 | 14.01 | - |
| YUV | 152.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 91 | 0 | 0.39 | 0.58 | 0.16 | 19.84 | 0.61 | 0.6 |
| Hex | D7 | 84 | 5B | 0 | 27 | 3A | 10 | 14 | 3D | 3C |
| Octal | 327 | 204 | 133 | 0 | 47 | 72 | 20 | 24 | 75 | 74 |
| Binary | 11010111 | 10000100 | 1011011 | 0 | 100111 | 111010 | 10000 | 10100 | 111101 | 111100 |
Color Harmonies of #D7845B
Complementary color
Monochromatic Colors of #D7845B
Black with #D7845B
Text Example
Text Example
White with #D7845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7845B; }
p { color: rgb(215,132,91); }
H1.HeaderClassName
{
color: #D7845B;
}
.AnyTagClassName
{
color: #D7845B;
}
</style>
background-color css
<style>
a { background-color: #D7845B; }
a { background-color: rgb(215,132,91); }
div.DivClassName
{
background-color: #D7845B;
}
.BgClassName
{
background-color: #D7845B;
}
</style>
border-color css
<style>
span { border-color: #D7845B; }
span { border-color: rgb(215,132,91); }
td.TdClassName
{
border-color: #D7845B;
}
.TagClassName
{
border-color: #D7845B;
}
</style>