Shades of Sante Fe #B3734D
Tints of Sante Fe #B3734D
RGB
CMYK
RGB Variations
Color information
#B3734D (or 0xB3734D) is known color: Sante Fe. HEX triplet: B3, 73 and 4D. RGB value is (179,115,77). Sum of RGB (Red+Green+Blue) = 179+115+77=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3734D is #4C8CB2. Grayscale: #828282. Windows color (decimal): -5016755 or 5075891. OLE color: 5075891.
HSL color Cylindrical-coordinate representation of color #B3734D: hue angle of 22.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3734D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 77 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.30 |
| HSL | 22.35º | 0.4% | 0.5% | - |
| HSV(B) | 22.35º | 0.57% | 0.7% | - |
| XYZ | 26.06 | 22.38 | 9.97 | - |
| YUV | 129.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 77 | 0 | 0.36 | 0.57 | 0.30 | 22.35 | 0.4 | 0.5 |
| Hex | B3 | 73 | 4D | 0 | 24 | 39 | 1E | 16 | 28 | 32 |
| Octal | 263 | 163 | 115 | 0 | 44 | 71 | 36 | 26 | 50 | 62 |
| Binary | 10110011 | 1110011 | 1001101 | 0 | 100100 | 111001 | 11110 | 10110 | 101000 | 110010 |
Color Harmonies of #B3734D
Complementary color
Monochromatic Colors of #B3734D
Black with #B3734D
Text Example
Text Example
White with #B3734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3734D; }
p { color: rgb(179,115,77); }
H1.HeaderClassName
{
color: #B3734D;
}
.AnyTagClassName
{
color: #B3734D;
}
</style>
background-color css
<style>
a { background-color: #B3734D; }
a { background-color: rgb(179,115,77); }
div.DivClassName
{
background-color: #B3734D;
}
.BgClassName
{
background-color: #B3734D;
}
</style>
border-color css
<style>
span { border-color: #B3734D; }
span { border-color: rgb(179,115,77); }
td.TdClassName
{
border-color: #B3734D;
}
.TagClassName
{
border-color: #B3734D;
}
</style>