Shades of Golden Brown #905C09
Tints of Golden Brown #905C09
RGB
CMYK
RGB Variations
Color information
#905C09 (or 0x905C09) is known color: Golden Brown. HEX triplet: 90, 5C and 09. RGB value is (144,92,9). Sum of RGB (Red+Green+Blue) = 144+92+9=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #905C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905C09 is #6FA3F6. Grayscale: #626262. Windows color (decimal): -7316471 or 613520. OLE color: 613520.
HSL color Cylindrical-coordinate representation of color #905C09: hue angle of 36.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #905C09 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 9 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.44 |
| HSL | 36.89º | 0.88% | 0.3% | - |
| HSV(B) | 36.89º | 0.94% | 0.56% | - |
| XYZ | 15.38 | 13.6 | 2.07 | - |
| YUV | 98.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 9 | 0 | 0.36 | 0.94 | 0.44 | 36.89 | 0.88 | 0.3 |
| Hex | 90 | 5C | 9 | 0 | 24 | 5E | 2C | 25 | 58 | 1E |
| Octal | 220 | 134 | 11 | 0 | 44 | 136 | 54 | 45 | 130 | 36 |
| Binary | 10010000 | 1011100 | 1001 | 0 | 100100 | 1011110 | 101100 | 100101 | 1011000 | 11110 |
Color Harmonies of #905C09
Complementary color
Monochromatic Colors of #905C09
Black with #905C09
Text Example
Text Example
White with #905C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C09; }
p { color: rgb(144,92,9); }
H1.HeaderClassName
{
color: #905C09;
}
.AnyTagClassName
{
color: #905C09;
}
</style>
background-color css
<style>
a { background-color: #905C09; }
a { background-color: rgb(144,92,9); }
div.DivClassName
{
background-color: #905C09;
}
.BgClassName
{
background-color: #905C09;
}
</style>
border-color css
<style>
span { border-color: #905C09; }
span { border-color: rgb(144,92,9); }
td.TdClassName
{
border-color: #905C09;
}
.TagClassName
{
border-color: #905C09;
}
</style>