Shades of Sandy Brown #F19B5D
Tints of Sandy Brown #F19B5D
RGB
CMYK
RGB Variations
Color information
#F19B5D (or 0xF19B5D) is known color: Sandy Brown. HEX triplet: F1, 9B and 5D. RGB value is (241,155,93). Sum of RGB (Red+Green+Blue) = 241+155+93=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B5D is #0E64A2. Grayscale: #ADADAD. Windows color (decimal): -943267 or 6134769. OLE color: 6134769.
HSL color Cylindrical-coordinate representation of color #F19B5D: hue angle of 25.14º 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 #F19B5D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 93 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.05 |
| HSL | 25.14º | 0.84% | 0.65% | - |
| HSV(B) | 25.14º | 0.61% | 0.95% | - |
| XYZ | 49.97 | 42.93 | 16.01 | - |
| YUV | 173.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 93 | 0 | 0.36 | 0.61 | 0.05 | 25.14 | 0.84 | 0.65 |
| Hex | F1 | 9B | 5D | 0 | 24 | 3D | 5 | 19 | 54 | 41 |
| Octal | 361 | 233 | 135 | 0 | 44 | 75 | 5 | 31 | 124 | 101 |
| Binary | 11110001 | 10011011 | 1011101 | 0 | 100100 | 111101 | 101 | 11001 | 1010100 | 1000001 |
Color Harmonies of #F19B5D
Complementary color
Monochromatic Colors of #F19B5D
Black with #F19B5D
Text Example
Text Example
White with #F19B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B5D; }
p { color: rgb(241,155,93); }
H1.HeaderClassName
{
color: #F19B5D;
}
.AnyTagClassName
{
color: #F19B5D;
}
</style>
background-color css
<style>
a { background-color: #F19B5D; }
a { background-color: rgb(241,155,93); }
div.DivClassName
{
background-color: #F19B5D;
}
.BgClassName
{
background-color: #F19B5D;
}
</style>
border-color css
<style>
span { border-color: #F19B5D; }
span { border-color: rgb(241,155,93); }
td.TdClassName
{
border-color: #F19B5D;
}
.TagClassName
{
border-color: #F19B5D;
}
</style>