Shades of Burning Sand #C37D59
Tints of Burning Sand #C37D59
RGB
CMYK
RGB Variations
Color information
#C37D59 (or 0xC37D59) is known color: Burning Sand. HEX triplet: C3, 7D and 59. RGB value is (195,125,89). Sum of RGB (Red+Green+Blue) = 195+125+89=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D59 is #3C82A6. Grayscale: #8E8E8E. Windows color (decimal): -3965607 or 5864899. OLE color: 5864899.
HSL color Cylindrical-coordinate representation of color #C37D59: hue angle of 20.38º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C37D59 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 89 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.24 |
| HSL | 20.38º | 0.47% | 0.56% | - |
| HSV(B) | 20.38º | 0.54% | 0.76% | - |
| XYZ | 31.64 | 26.99 | 12.99 | - |
| YUV | 141.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 89 | 0 | 0.36 | 0.54 | 0.24 | 20.38 | 0.47 | 0.56 |
| Hex | C3 | 7D | 59 | 0 | 24 | 36 | 18 | 14 | 2F | 38 |
| Octal | 303 | 175 | 131 | 0 | 44 | 66 | 30 | 24 | 57 | 70 |
| Binary | 11000011 | 1111101 | 1011001 | 0 | 100100 | 110110 | 11000 | 10100 | 101111 | 111000 |
Color Harmonies of #C37D59
Complementary color
Monochromatic Colors of #C37D59
Black with #C37D59
Text Example
Text Example
White with #C37D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D59; }
p { color: rgb(195,125,89); }
H1.HeaderClassName
{
color: #C37D59;
}
.AnyTagClassName
{
color: #C37D59;
}
</style>
background-color css
<style>
a { background-color: #C37D59; }
a { background-color: rgb(195,125,89); }
div.DivClassName
{
background-color: #C37D59;
}
.BgClassName
{
background-color: #C37D59;
}
</style>
border-color css
<style>
span { border-color: #C37D59; }
span { border-color: rgb(195,125,89); }
td.TdClassName
{
border-color: #C37D59;
}
.TagClassName
{
border-color: #C37D59;
}
</style>