Shades of Golden Brown #90730B
Tints of Golden Brown #90730B
RGB
CMYK
RGB Variations
Color information
#90730B (or 0x90730B) is known color: Golden Brown. HEX triplet: 90, 73 and 0B. RGB value is (144,115,11). Sum of RGB (Red+Green+Blue) = 144+115+11=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90730B is #6F8CF4. Grayscale: #707070. Windows color (decimal): -7310581 or 750480. OLE color: 750480.
HSL color Cylindrical-coordinate representation of color #90730B: hue angle of 46.92º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90730B is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 11 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.44 |
| HSL | 46.92º | 0.86% | 0.3% | - |
| HSV(B) | 46.92º | 0.92% | 0.56% | - |
| XYZ | 17.69 | 18.21 | 2.9 | - |
| YUV | 111.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 11 | 0 | 0.20 | 0.92 | 0.44 | 46.92 | 0.86 | 0.3 |
| Hex | 90 | 73 | B | 0 | 14 | 5C | 2C | 2F | 56 | 1E |
| Octal | 220 | 163 | 13 | 0 | 24 | 134 | 54 | 57 | 126 | 36 |
| Binary | 10010000 | 1110011 | 1011 | 0 | 10100 | 1011100 | 101100 | 101111 | 1010110 | 11110 |
Color Harmonies of #90730B
Complementary color
Monochromatic Colors of #90730B
Black with #90730B
Text Example
Text Example
White with #90730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90730B; }
p { color: rgb(144,115,11); }
H1.HeaderClassName
{
color: #90730B;
}
.AnyTagClassName
{
color: #90730B;
}
</style>
background-color css
<style>
a { background-color: #90730B; }
a { background-color: rgb(144,115,11); }
div.DivClassName
{
background-color: #90730B;
}
.BgClassName
{
background-color: #90730B;
}
</style>
border-color css
<style>
span { border-color: #90730B; }
span { border-color: rgb(144,115,11); }
td.TdClassName
{
border-color: #90730B;
}
.TagClassName
{
border-color: #90730B;
}
</style>