Shades of Sandy Brown #F19D5D
Tints of Sandy Brown #F19D5D
RGB
CMYK
RGB Variations
Color information
#F19D5D (or 0xF19D5D) is known color: Sandy Brown. HEX triplet: F1, 9D and 5D. RGB value is (241,157,93). Sum of RGB (Red+Green+Blue) = 241+157+93=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D5D is #0E62A2. Grayscale: #AFAFAF. Windows color (decimal): -942755 or 6135281. OLE color: 6135281.
HSL color Cylindrical-coordinate representation of color #F19D5D: hue angle of 25.95º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F19D5D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 93 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.05 |
| HSL | 25.95º | 0.84% | 0.65% | - |
| HSV(B) | 25.95º | 0.61% | 0.95% | - |
| XYZ | 50.31 | 43.61 | 16.12 | - |
| YUV | 174.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 93 | 0 | 0.35 | 0.61 | 0.05 | 25.95 | 0.84 | 0.65 |
| Hex | F1 | 9D | 5D | 0 | 23 | 3D | 5 | 1A | 54 | 41 |
| Octal | 361 | 235 | 135 | 0 | 43 | 75 | 5 | 32 | 124 | 101 |
| Binary | 11110001 | 10011101 | 1011101 | 0 | 100011 | 111101 | 101 | 11010 | 1010100 | 1000001 |
Color Harmonies of #F19D5D
Complementary color
Monochromatic Colors of #F19D5D
Black with #F19D5D
Text Example
Text Example
White with #F19D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D5D; }
p { color: rgb(241,157,93); }
H1.HeaderClassName
{
color: #F19D5D;
}
.AnyTagClassName
{
color: #F19D5D;
}
</style>
background-color css
<style>
a { background-color: #F19D5D; }
a { background-color: rgb(241,157,93); }
div.DivClassName
{
background-color: #F19D5D;
}
.BgClassName
{
background-color: #F19D5D;
}
</style>
border-color css
<style>
span { border-color: #F19D5D; }
span { border-color: rgb(241,157,93); }
td.TdClassName
{
border-color: #F19D5D;
}
.TagClassName
{
border-color: #F19D5D;
}
</style>