Shades of Sante Fe #B77453
Tints of Sante Fe #B77453
RGB
CMYK
RGB Variations
Color information
#B77453 (or 0xB77453) is known color: Sante Fe. HEX triplet: B7, 74 and 53. RGB value is (183,116,83). Sum of RGB (Red+Green+Blue) = 183+116+83=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77453 is #488BAC. Grayscale: #848484. Windows color (decimal): -4754349 or 5469367. OLE color: 5469367.
HSL color Cylindrical-coordinate representation of color #B77453: hue angle of 19.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B77453 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 83 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.28 |
| HSL | 19.8º | 0.41% | 0.52% | - |
| HSV(B) | 19.8º | 0.55% | 0.72% | - |
| XYZ | 27.34 | 23.18 | 11.22 | - |
| YUV | 132.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 83 | 0 | 0.37 | 0.55 | 0.28 | 19.8 | 0.41 | 0.52 |
| Hex | B7 | 74 | 53 | 0 | 25 | 37 | 1C | 14 | 29 | 34 |
| Octal | 267 | 164 | 123 | 0 | 45 | 67 | 34 | 24 | 51 | 64 |
| Binary | 10110111 | 1110100 | 1010011 | 0 | 100101 | 110111 | 11100 | 10100 | 101001 | 110100 |
Color Harmonies of #B77453
Complementary color
Monochromatic Colors of #B77453
Black with #B77453
Text Example
Text Example
White with #B77453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77453; }
p { color: rgb(183,116,83); }
H1.HeaderClassName
{
color: #B77453;
}
.AnyTagClassName
{
color: #B77453;
}
</style>
background-color css
<style>
a { background-color: #B77453; }
a { background-color: rgb(183,116,83); }
div.DivClassName
{
background-color: #B77453;
}
.BgClassName
{
background-color: #B77453;
}
</style>
border-color css
<style>
span { border-color: #B77453; }
span { border-color: rgb(183,116,83); }
td.TdClassName
{
border-color: #B77453;
}
.TagClassName
{
border-color: #B77453;
}
</style>