Shades of Golden Brown #907002
Tints of Golden Brown #907002
RGB
CMYK
RGB Variations
Color information
#907002 (or 0x907002) is known color: Golden Brown. HEX triplet: 90, 70 and 02. RGB value is (144,112,2). Sum of RGB (Red+Green+Blue) = 144+112+2=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #907002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907002 is #6F8FFD. Grayscale: #6D6D6D. Windows color (decimal): -7311358 or 159888. OLE color: 159888.
HSL color Cylindrical-coordinate representation of color #907002: hue angle of 46.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #907002 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.44 |
| HSL | 46.48º | 0.97% | 0.29% | - |
| HSV(B) | 46.48º | 0.99% | 0.56% | - |
| XYZ | 17.31 | 17.52 | 2.53 | - |
| YUV | 109.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 2 | 0 | 0.22 | 0.99 | 0.44 | 46.48 | 0.97 | 0.29 |
| Hex | 90 | 70 | 2 | 0 | 16 | 63 | 2C | 2E | 61 | 1D |
| Octal | 220 | 160 | 2 | 0 | 26 | 143 | 54 | 56 | 141 | 35 |
| Binary | 10010000 | 1110000 | 10 | 0 | 10110 | 1100011 | 101100 | 101110 | 1100001 | 11101 |
Color Harmonies of #907002
Complementary color
Monochromatic Colors of #907002
Black with #907002
Text Example
Text Example
White with #907002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907002; }
p { color: rgb(144,112,2); }
H1.HeaderClassName
{
color: #907002;
}
.AnyTagClassName
{
color: #907002;
}
</style>
background-color css
<style>
a { background-color: #907002; }
a { background-color: rgb(144,112,2); }
div.DivClassName
{
background-color: #907002;
}
.BgClassName
{
background-color: #907002;
}
</style>
border-color css
<style>
span { border-color: #907002; }
span { border-color: rgb(144,112,2); }
td.TdClassName
{
border-color: #907002;
}
.TagClassName
{
border-color: #907002;
}
</style>