Shades of Golden Brown #905B08
Tints of Golden Brown #905B08
RGB
CMYK
RGB Variations
Color information
#905B08 (or 0x905B08) is known color: Golden Brown. HEX triplet: 90, 5B and 08. RGB value is (144,91,8). Sum of RGB (Red+Green+Blue) = 144+91+8=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #905B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B08 is #6FA4F7. Grayscale: #616161. Windows color (decimal): -7316728 or 547728. OLE color: 547728.
HSL color Cylindrical-coordinate representation of color #905B08: hue angle of 36.62º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #905B08 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 8 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.44 |
| HSL | 36.62º | 0.89% | 0.3% | - |
| HSV(B) | 36.62º | 0.94% | 0.56% | - |
| XYZ | 15.29 | 13.43 | 2.02 | - |
| YUV | 97.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 8 | 0 | 0.37 | 0.94 | 0.44 | 36.62 | 0.89 | 0.3 |
| Hex | 90 | 5B | 8 | 0 | 25 | 5E | 2C | 25 | 59 | 1E |
| Octal | 220 | 133 | 10 | 0 | 45 | 136 | 54 | 45 | 131 | 36 |
| Binary | 10010000 | 1011011 | 1000 | 0 | 100101 | 1011110 | 101100 | 100101 | 1011001 | 11110 |
Color Harmonies of #905B08
Complementary color
Monochromatic Colors of #905B08
Black with #905B08
Text Example
Text Example
White with #905B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B08; }
p { color: rgb(144,91,8); }
H1.HeaderClassName
{
color: #905B08;
}
.AnyTagClassName
{
color: #905B08;
}
</style>
background-color css
<style>
a { background-color: #905B08; }
a { background-color: rgb(144,91,8); }
div.DivClassName
{
background-color: #905B08;
}
.BgClassName
{
background-color: #905B08;
}
</style>
border-color css
<style>
span { border-color: #905B08; }
span { border-color: rgb(144,91,8); }
td.TdClassName
{
border-color: #905B08;
}
.TagClassName
{
border-color: #905B08;
}
</style>