Shades of Golden Brown #905B0D
Tints of Golden Brown #905B0D
RGB
CMYK
RGB Variations
Color information
#905B0D (or 0x905B0D) is known color: Golden Brown. HEX triplet: 90, 5B and 0D. RGB value is (144,91,13). Sum of RGB (Red+Green+Blue) = 144+91+13=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #905B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B0D is #6FA4F2. Grayscale: #626262. Windows color (decimal): -7316723 or 875408. OLE color: 875408.
HSL color Cylindrical-coordinate representation of color #905B0D: hue angle of 35.73º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #905B0D is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 13 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.44 |
| HSL | 35.73º | 0.83% | 0.31% | - |
| HSV(B) | 35.73º | 0.91% | 0.56% | - |
| XYZ | 15.32 | 13.44 | 2.17 | - |
| YUV | 97.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 13 | 0 | 0.37 | 0.91 | 0.44 | 35.73 | 0.83 | 0.31 |
| Hex | 90 | 5B | D | 0 | 25 | 5B | 2C | 24 | 53 | 1F |
| Octal | 220 | 133 | 15 | 0 | 45 | 133 | 54 | 44 | 123 | 37 |
| Binary | 10010000 | 1011011 | 1101 | 0 | 100101 | 1011011 | 101100 | 100100 | 1010011 | 11111 |
Color Harmonies of #905B0D
Complementary color
Monochromatic Colors of #905B0D
Black with #905B0D
Text Example
Text Example
White with #905B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B0D; }
p { color: rgb(144,91,13); }
H1.HeaderClassName
{
color: #905B0D;
}
.AnyTagClassName
{
color: #905B0D;
}
</style>
background-color css
<style>
a { background-color: #905B0D; }
a { background-color: rgb(144,91,13); }
div.DivClassName
{
background-color: #905B0D;
}
.BgClassName
{
background-color: #905B0D;
}
</style>
border-color css
<style>
span { border-color: #905B0D; }
span { border-color: rgb(144,91,13); }
td.TdClassName
{
border-color: #905B0D;
}
.TagClassName
{
border-color: #905B0D;
}
</style>