Shades of Highball #907C3B
Tints of Highball #907C3B
RGB
CMYK
RGB Variations
Color information
#907C3B (or 0x907C3B) is known color: Highball. HEX triplet: 90, 7C and 3B. RGB value is (144,124,59). Sum of RGB (Red+Green+Blue) = 144+124+59=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #907C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C3B is #6F83C4. Grayscale: #7A7A7A. Windows color (decimal): -7308229 or 3898512. OLE color: 3898512.
HSL color Cylindrical-coordinate representation of color #907C3B: hue angle of 45.88º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #907C3B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 59 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.44 |
| HSL | 45.88º | 0.42% | 0.4% | - |
| HSV(B) | 45.88º | 0.59% | 0.56% | - |
| XYZ | 19.5 | 20.66 | 7.1 | - |
| YUV | 122.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 59 | 0 | 0.14 | 0.59 | 0.44 | 45.88 | 0.42 | 0.4 |
| Hex | 90 | 7C | 3B | 0 | E | 3B | 2C | 2E | 2A | 28 |
| Octal | 220 | 174 | 73 | 0 | 16 | 73 | 54 | 56 | 52 | 50 |
| Binary | 10010000 | 1111100 | 111011 | 0 | 1110 | 111011 | 101100 | 101110 | 101010 | 101000 |
Color Harmonies of #907C3B
Complementary color
Monochromatic Colors of #907C3B
Black with #907C3B
Text Example
Text Example
White with #907C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C3B; }
p { color: rgb(144,124,59); }
H1.HeaderClassName
{
color: #907C3B;
}
.AnyTagClassName
{
color: #907C3B;
}
</style>
background-color css
<style>
a { background-color: #907C3B; }
a { background-color: rgb(144,124,59); }
div.DivClassName
{
background-color: #907C3B;
}
.BgClassName
{
background-color: #907C3B;
}
</style>
border-color css
<style>
span { border-color: #907C3B; }
span { border-color: rgb(144,124,59); }
td.TdClassName
{
border-color: #907C3B;
}
.TagClassName
{
border-color: #907C3B;
}
</style>