Shades of Golden Brown #905702
Tints of Golden Brown #905702
RGB
CMYK
RGB Variations
Color information
#905702 (or 0x905702) is known color: Golden Brown. HEX triplet: 90, 57 and 02. RGB value is (144,87,2). Sum of RGB (Red+Green+Blue) = 144+87+2=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #905702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905702 is #6FA8FD. Grayscale: #5E5E5E. Windows color (decimal): -7317758 or 153488. OLE color: 153488.
HSL color Cylindrical-coordinate representation of color #905702: hue angle of 35.92º 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 #905702 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.44 |
| HSL | 35.92º | 0.97% | 0.29% | - |
| HSV(B) | 35.92º | 0.99% | 0.56% | - |
| XYZ | 14.92 | 12.75 | 1.73 | - |
| YUV | 94.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 2 | 0 | 0.40 | 0.99 | 0.44 | 35.92 | 0.97 | 0.29 |
| Hex | 90 | 57 | 2 | 0 | 28 | 63 | 2C | 24 | 61 | 1D |
| Octal | 220 | 127 | 2 | 0 | 50 | 143 | 54 | 44 | 141 | 35 |
| Binary | 10010000 | 1010111 | 10 | 0 | 101000 | 1100011 | 101100 | 100100 | 1100001 | 11101 |
Color Harmonies of #905702
Complementary color
Monochromatic Colors of #905702
Black with #905702
Text Example
Text Example
White with #905702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905702; }
p { color: rgb(144,87,2); }
H1.HeaderClassName
{
color: #905702;
}
.AnyTagClassName
{
color: #905702;
}
</style>
background-color css
<style>
a { background-color: #905702; }
a { background-color: rgb(144,87,2); }
div.DivClassName
{
background-color: #905702;
}
.BgClassName
{
background-color: #905702;
}
</style>
border-color css
<style>
span { border-color: #905702; }
span { border-color: rgb(144,87,2); }
td.TdClassName
{
border-color: #905702;
}
.TagClassName
{
border-color: #905702;
}
</style>