Shades of Sante Fe #B57353
Tints of Sante Fe #B57353
RGB
CMYK
RGB Variations
Color information
#B57353 (or 0xB57353) is known color: Sante Fe. HEX triplet: B5, 73 and 53. RGB value is (181,115,83). Sum of RGB (Red+Green+Blue) = 181+115+83=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B57353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57353 is #4A8CAC. Grayscale: #838383. Windows color (decimal): -4885677 or 5469109. OLE color: 5469109.
HSL color Cylindrical-coordinate representation of color #B57353: hue angle of 19.59º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B57353 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 83 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.29 |
| HSL | 19.59º | 0.4% | 0.52% | - |
| HSV(B) | 19.59º | 0.54% | 0.71% | - |
| XYZ | 26.75 | 22.71 | 11.16 | - |
| YUV | 131.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 83 | 0 | 0.36 | 0.54 | 0.29 | 19.59 | 0.4 | 0.52 |
| Hex | B5 | 73 | 53 | 0 | 24 | 36 | 1D | 14 | 28 | 34 |
| Octal | 265 | 163 | 123 | 0 | 44 | 66 | 35 | 24 | 50 | 64 |
| Binary | 10110101 | 1110011 | 1010011 | 0 | 100100 | 110110 | 11101 | 10100 | 101000 | 110100 |
Color Harmonies of #B57353
Complementary color
Monochromatic Colors of #B57353
Black with #B57353
Text Example
Text Example
White with #B57353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57353; }
p { color: rgb(181,115,83); }
H1.HeaderClassName
{
color: #B57353;
}
.AnyTagClassName
{
color: #B57353;
}
</style>
background-color css
<style>
a { background-color: #B57353; }
a { background-color: rgb(181,115,83); }
div.DivClassName
{
background-color: #B57353;
}
.BgClassName
{
background-color: #B57353;
}
</style>
border-color css
<style>
span { border-color: #B57353; }
span { border-color: rgb(181,115,83); }
td.TdClassName
{
border-color: #B57353;
}
.TagClassName
{
border-color: #B57353;
}
</style>