Shades of Sante Fe #B3755D
Tints of Sante Fe #B3755D
RGB
CMYK
RGB Variations
Color information
#B3755D (or 0xB3755D) is known color: Sante Fe. HEX triplet: B3, 75 and 5D. RGB value is (179,117,93). Sum of RGB (Red+Green+Blue) = 179+117+93=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3755D is #4C8AA2. Grayscale: #848484. Windows color (decimal): -5016227 or 6124979. OLE color: 6124979.
HSL color Cylindrical-coordinate representation of color #B3755D: hue angle of 16.74º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3755D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 93 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.30 |
| HSL | 16.74º | 0.36% | 0.53% | - |
| HSV(B) | 16.74º | 0.48% | 0.7% | - |
| XYZ | 26.93 | 23.1 | 13.39 | - |
| YUV | 132.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 93 | 0 | 0.35 | 0.48 | 0.30 | 16.74 | 0.36 | 0.53 |
| Hex | B3 | 75 | 5D | 0 | 23 | 30 | 1E | 11 | 24 | 35 |
| Octal | 263 | 165 | 135 | 0 | 43 | 60 | 36 | 21 | 44 | 65 |
| Binary | 10110011 | 1110101 | 1011101 | 0 | 100011 | 110000 | 11110 | 10001 | 100100 | 110101 |
Color Harmonies of #B3755D
Complementary color
Monochromatic Colors of #B3755D
Black with #B3755D
Text Example
Text Example
White with #B3755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3755D; }
p { color: rgb(179,117,93); }
H1.HeaderClassName
{
color: #B3755D;
}
.AnyTagClassName
{
color: #B3755D;
}
</style>
background-color css
<style>
a { background-color: #B3755D; }
a { background-color: rgb(179,117,93); }
div.DivClassName
{
background-color: #B3755D;
}
.BgClassName
{
background-color: #B3755D;
}
</style>
border-color css
<style>
span { border-color: #B3755D; }
span { border-color: rgb(179,117,93); }
td.TdClassName
{
border-color: #B3755D;
}
.TagClassName
{
border-color: #B3755D;
}
</style>