Shades of Sante Fe #B37553
Tints of Sante Fe #B37553
RGB
CMYK
RGB Variations
Color information
#B37553 (or 0xB37553) is known color: Sante Fe. HEX triplet: B3, 75 and 53. RGB value is (179,117,83). Sum of RGB (Red+Green+Blue) = 179+117+83=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B37553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37553 is #4C8AAC. Grayscale: #838383. Windows color (decimal): -5016237 or 5469619. OLE color: 5469619.
HSL color Cylindrical-coordinate representation of color #B37553: hue angle of 21.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B37553 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 83 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.30 |
| HSL | 21.25º | 0.39% | 0.51% | - |
| HSV(B) | 21.25º | 0.54% | 0.7% | - |
| XYZ | 26.51 | 22.93 | 11.21 | - |
| YUV | 131.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 83 | 0 | 0.35 | 0.54 | 0.30 | 21.25 | 0.39 | 0.51 |
| Hex | B3 | 75 | 53 | 0 | 23 | 36 | 1E | 15 | 27 | 33 |
| Octal | 263 | 165 | 123 | 0 | 43 | 66 | 36 | 25 | 47 | 63 |
| Binary | 10110011 | 1110101 | 1010011 | 0 | 100011 | 110110 | 11110 | 10101 | 100111 | 110011 |
Color Harmonies of #B37553
Complementary color
Monochromatic Colors of #B37553
Black with #B37553
Text Example
Text Example
White with #B37553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37553; }
p { color: rgb(179,117,83); }
H1.HeaderClassName
{
color: #B37553;
}
.AnyTagClassName
{
color: #B37553;
}
</style>
background-color css
<style>
a { background-color: #B37553; }
a { background-color: rgb(179,117,83); }
div.DivClassName
{
background-color: #B37553;
}
.BgClassName
{
background-color: #B37553;
}
</style>
border-color css
<style>
span { border-color: #B37553; }
span { border-color: rgb(179,117,83); }
td.TdClassName
{
border-color: #B37553;
}
.TagClassName
{
border-color: #B37553;
}
</style>