Shades of Golden Brown #905F03
Tints of Golden Brown #905F03
RGB
CMYK
RGB Variations
Color information
#905F03 (or 0x905F03) is known color: Golden Brown. HEX triplet: 90, 5F and 03. RGB value is (144,95,3). Sum of RGB (Red+Green+Blue) = 144+95+3=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #905F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905F03 is #6FA0FC. Grayscale: #636363. Windows color (decimal): -7315709 or 221072. OLE color: 221072.
HSL color Cylindrical-coordinate representation of color #905F03: hue angle of 39.15º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #905F03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.44 |
| HSL | 39.15º | 0.96% | 0.29% | - |
| HSV(B) | 39.15º | 0.98% | 0.56% | - |
| XYZ | 15.61 | 14.12 | 1.99 | - |
| YUV | 99.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 3 | 0 | 0.34 | 0.98 | 0.44 | 39.15 | 0.96 | 0.29 |
| Hex | 90 | 5F | 3 | 0 | 22 | 62 | 2C | 27 | 60 | 1D |
| Octal | 220 | 137 | 3 | 0 | 42 | 142 | 54 | 47 | 140 | 35 |
| Binary | 10010000 | 1011111 | 11 | 0 | 100010 | 1100010 | 101100 | 100111 | 1100000 | 11101 |
Color Harmonies of #905F03
Complementary color
Monochromatic Colors of #905F03
Black with #905F03
Text Example
Text Example
White with #905F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F03; }
p { color: rgb(144,95,3); }
H1.HeaderClassName
{
color: #905F03;
}
.AnyTagClassName
{
color: #905F03;
}
</style>
background-color css
<style>
a { background-color: #905F03; }
a { background-color: rgb(144,95,3); }
div.DivClassName
{
background-color: #905F03;
}
.BgClassName
{
background-color: #905F03;
}
</style>
border-color css
<style>
span { border-color: #905F03; }
span { border-color: rgb(144,95,3); }
td.TdClassName
{
border-color: #905F03;
}
.TagClassName
{
border-color: #905F03;
}
</style>