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