Shades of Golden Brown #905B00
Tints of Golden Brown #905B00
RGB
CMYK
RGB Variations
Color information
#905B00 (or 0x905B00) is known color: Golden Brown. HEX triplet: 90, 5B and 00. RGB value is (144,91,0). Sum of RGB (Red+Green+Blue) = 144+91+0=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #905B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B00 is #6FA4FF. Grayscale: #606060. Windows color (decimal): -7316736 or 23440. OLE color: 23440.
HSL color Cylindrical-coordinate representation of color #905B00: hue angle of 37.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #905B00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.44 |
| HSL | 37.92º | 1% | 0.28% | - |
| HSV(B) | 37.92º | 1% | 0.56% | - |
| XYZ | 15.24 | 13.41 | 1.79 | - |
| YUV | 96.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 0 | 0 | 0.37 | 1 | 0.44 | 37.92 | 1 | 0.28 |
| Hex | 90 | 5B | 0 | 0 | 25 | 64 | 2C | 26 | 64 | 1C |
| Octal | 220 | 133 | 0 | 0 | 45 | 144 | 54 | 46 | 144 | 34 |
| Binary | 10010000 | 1011011 | 0 | 0 | 100101 | 1100100 | 101100 | 100110 | 1100100 | 11100 |
Color Harmonies of #905B00
Complementary color
Monochromatic Colors of #905B00
Black with #905B00
Text Example
Text Example
White with #905B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B00; }
p { color: rgb(144,91,0); }
H1.HeaderClassName
{
color: #905B00;
}
.AnyTagClassName
{
color: #905B00;
}
</style>
background-color css
<style>
a { background-color: #905B00; }
a { background-color: rgb(144,91,0); }
div.DivClassName
{
background-color: #905B00;
}
.BgClassName
{
background-color: #905B00;
}
</style>
border-color css
<style>
span { border-color: #905B00; }
span { border-color: rgb(144,91,0); }
td.TdClassName
{
border-color: #905B00;
}
.TagClassName
{
border-color: #905B00;
}
</style>