Shades of Golden Brown #90580F
Tints of Golden Brown #90580F
RGB
CMYK
RGB Variations
Color information
#90580F (or 0x90580F) is known color: Golden Brown. HEX triplet: 90, 58 and 0F. RGB value is (144,88,15). Sum of RGB (Red+Green+Blue) = 144+88+15=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90580F is #6FA7F0. Grayscale: #606060. Windows color (decimal): -7317489 or 1005712. OLE color: 1005712.
HSL color Cylindrical-coordinate representation of color #90580F: hue angle of 33.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90580F is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 15 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.44 |
| HSL | 33.95º | 0.81% | 0.31% | - |
| HSV(B) | 33.95º | 0.9% | 0.56% | - |
| XYZ | 15.08 | 12.94 | 2.16 | - |
| YUV | 96.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 15 | 0 | 0.39 | 0.90 | 0.44 | 33.95 | 0.81 | 0.31 |
| Hex | 90 | 58 | F | 0 | 27 | 5A | 2C | 22 | 51 | 1F |
| Octal | 220 | 130 | 17 | 0 | 47 | 132 | 54 | 42 | 121 | 37 |
| Binary | 10010000 | 1011000 | 1111 | 0 | 100111 | 1011010 | 101100 | 100010 | 1010001 | 11111 |
Color Harmonies of #90580F
Complementary color
Monochromatic Colors of #90580F
Black with #90580F
Text Example
Text Example
White with #90580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90580F; }
p { color: rgb(144,88,15); }
H1.HeaderClassName
{
color: #90580F;
}
.AnyTagClassName
{
color: #90580F;
}
</style>
background-color css
<style>
a { background-color: #90580F; }
a { background-color: rgb(144,88,15); }
div.DivClassName
{
background-color: #90580F;
}
.BgClassName
{
background-color: #90580F;
}
</style>
border-color css
<style>
span { border-color: #90580F; }
span { border-color: rgb(144,88,15); }
td.TdClassName
{
border-color: #90580F;
}
.TagClassName
{
border-color: #90580F;
}
</style>