Shades of Golden Brown #905B13
Tints of Golden Brown #905B13
RGB
CMYK
RGB Variations
Color information
#905B13 (or 0x905B13) is known color: Golden Brown. HEX triplet: 90, 5B and 13. RGB value is (144,91,19). Sum of RGB (Red+Green+Blue) = 144+91+19=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #905B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B13 is #6FA4EC. Grayscale: #626262. Windows color (decimal): -7316717 or 1268624. OLE color: 1268624.
HSL color Cylindrical-coordinate representation of color #905B13: hue angle of 34.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #905B13 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 19 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.44 |
| HSL | 34.56º | 0.77% | 0.32% | - |
| HSV(B) | 34.56º | 0.87% | 0.56% | - |
| XYZ | 15.36 | 13.46 | 2.4 | - |
| YUV | 98.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 19 | 0 | 0.37 | 0.87 | 0.44 | 34.56 | 0.77 | 0.32 |
| Hex | 90 | 5B | 13 | 0 | 25 | 57 | 2C | 23 | 4D | 20 |
| Octal | 220 | 133 | 23 | 0 | 45 | 127 | 54 | 43 | 115 | 40 |
| Binary | 10010000 | 1011011 | 10011 | 0 | 100101 | 1010111 | 101100 | 100011 | 1001101 | 100000 |
Color Harmonies of #905B13
Complementary color
Monochromatic Colors of #905B13
Black with #905B13
Text Example
Text Example
White with #905B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B13; }
p { color: rgb(144,91,19); }
H1.HeaderClassName
{
color: #905B13;
}
.AnyTagClassName
{
color: #905B13;
}
</style>
background-color css
<style>
a { background-color: #905B13; }
a { background-color: rgb(144,91,19); }
div.DivClassName
{
background-color: #905B13;
}
.BgClassName
{
background-color: #905B13;
}
</style>
border-color css
<style>
span { border-color: #905B13; }
span { border-color: rgb(144,91,19); }
td.TdClassName
{
border-color: #905B13;
}
.TagClassName
{
border-color: #905B13;
}
</style>