Shades of Golden Brown #905A02
Tints of Golden Brown #905A02
RGB
CMYK
RGB Variations
Color information
#905A02 (or 0x905A02) is known color: Golden Brown. HEX triplet: 90, 5A and 02. RGB value is (144,90,2). Sum of RGB (Red+Green+Blue) = 144+90+2=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #905A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905A02 is #6FA5FD. Grayscale: #606060. Windows color (decimal): -7316990 or 154256. OLE color: 154256.
HSL color Cylindrical-coordinate representation of color #905A02: hue angle of 37.18º 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 #905A02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.44 |
| HSL | 37.18º | 0.97% | 0.29% | - |
| HSV(B) | 37.18º | 0.99% | 0.56% | - |
| XYZ | 15.17 | 13.25 | 1.81 | - |
| YUV | 96.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 2 | 0 | 0.37 | 0.99 | 0.44 | 37.18 | 0.97 | 0.29 |
| Hex | 90 | 5A | 2 | 0 | 25 | 63 | 2C | 25 | 61 | 1D |
| Octal | 220 | 132 | 2 | 0 | 45 | 143 | 54 | 45 | 141 | 35 |
| Binary | 10010000 | 1011010 | 10 | 0 | 100101 | 1100011 | 101100 | 100101 | 1100001 | 11101 |
Color Harmonies of #905A02
Complementary color
Monochromatic Colors of #905A02
Black with #905A02
Text Example
Text Example
White with #905A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A02; }
p { color: rgb(144,90,2); }
H1.HeaderClassName
{
color: #905A02;
}
.AnyTagClassName
{
color: #905A02;
}
</style>
background-color css
<style>
a { background-color: #905A02; }
a { background-color: rgb(144,90,2); }
div.DivClassName
{
background-color: #905A02;
}
.BgClassName
{
background-color: #905A02;
}
</style>
border-color css
<style>
span { border-color: #905A02; }
span { border-color: rgb(144,90,2); }
td.TdClassName
{
border-color: #905A02;
}
.TagClassName
{
border-color: #905A02;
}
</style>