Shades of Golden Brown #905A04
Tints of Golden Brown #905A04
RGB
CMYK
RGB Variations
Color information
#905A04 (or 0x905A04) is known color: Golden Brown. HEX triplet: 90, 5A and 04. RGB value is (144,90,4). Sum of RGB (Red+Green+Blue) = 144+90+4=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #905A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905A04 is #6FA5FB. Grayscale: #606060. Windows color (decimal): -7316988 or 285328. OLE color: 285328.
HSL color Cylindrical-coordinate representation of color #905A04: hue angle of 36.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #905A04 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 4 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.44 |
| HSL | 36.86º | 0.95% | 0.29% | - |
| HSV(B) | 36.86º | 0.97% | 0.56% | - |
| XYZ | 15.18 | 13.25 | 1.87 | - |
| YUV | 96.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 4 | 0 | 0.37 | 0.97 | 0.44 | 36.86 | 0.95 | 0.29 |
| Hex | 90 | 5A | 4 | 0 | 25 | 61 | 2C | 25 | 5F | 1D |
| Octal | 220 | 132 | 4 | 0 | 45 | 141 | 54 | 45 | 137 | 35 |
| Binary | 10010000 | 1011010 | 100 | 0 | 100101 | 1100001 | 101100 | 100101 | 1011111 | 11101 |
Color Harmonies of #905A04
Complementary color
Monochromatic Colors of #905A04
Black with #905A04
Text Example
Text Example
White with #905A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A04; }
p { color: rgb(144,90,4); }
H1.HeaderClassName
{
color: #905A04;
}
.AnyTagClassName
{
color: #905A04;
}
</style>
background-color css
<style>
a { background-color: #905A04; }
a { background-color: rgb(144,90,4); }
div.DivClassName
{
background-color: #905A04;
}
.BgClassName
{
background-color: #905A04;
}
</style>
border-color css
<style>
span { border-color: #905A04; }
span { border-color: rgb(144,90,4); }
td.TdClassName
{
border-color: #905A04;
}
.TagClassName
{
border-color: #905A04;
}
</style>