Shades of Hacienda #907A1B
Tints of Hacienda #907A1B
RGB
CMYK
RGB Variations
Color information
#907A1B (or 0x907A1B) is known color: Hacienda. HEX triplet: 90, 7A and 1B. RGB value is (144,122,27). Sum of RGB (Red+Green+Blue) = 144+122+27=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #907A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907A1B is #6F85E4. Grayscale: #767676. Windows color (decimal): -7308773 or 1800848. OLE color: 1800848.
HSL color Cylindrical-coordinate representation of color #907A1B: hue angle of 48.72º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #907A1B is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 27 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.44 |
| HSL | 48.72º | 0.68% | 0.34% | - |
| HSV(B) | 48.72º | 0.81% | 0.56% | - |
| XYZ | 18.66 | 19.93 | 3.9 | - |
| YUV | 117.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 27 | 0 | 0.15 | 0.81 | 0.44 | 48.72 | 0.68 | 0.34 |
| Hex | 90 | 7A | 1B | 0 | F | 51 | 2C | 31 | 44 | 22 |
| Octal | 220 | 172 | 33 | 0 | 17 | 121 | 54 | 61 | 104 | 42 |
| Binary | 10010000 | 1111010 | 11011 | 0 | 1111 | 1010001 | 101100 | 110001 | 1000100 | 100010 |
Color Harmonies of #907A1B
Complementary color
Monochromatic Colors of #907A1B
Black with #907A1B
Text Example
Text Example
White with #907A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A1B; }
p { color: rgb(144,122,27); }
H1.HeaderClassName
{
color: #907A1B;
}
.AnyTagClassName
{
color: #907A1B;
}
</style>
background-color css
<style>
a { background-color: #907A1B; }
a { background-color: rgb(144,122,27); }
div.DivClassName
{
background-color: #907A1B;
}
.BgClassName
{
background-color: #907A1B;
}
</style>
border-color css
<style>
span { border-color: #907A1B; }
span { border-color: rgb(144,122,27); }
td.TdClassName
{
border-color: #907A1B;
}
.TagClassName
{
border-color: #907A1B;
}
</style>