Shades of Golden Brown #90750C
Tints of Golden Brown #90750C
RGB
CMYK
RGB Variations
Color information
#90750C (or 0x90750C) is known color: Golden Brown. HEX triplet: 90, 75 and 0C. RGB value is (144,117,12). Sum of RGB (Red+Green+Blue) = 144+117+12=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90750C is #6F8AF3. Grayscale: #717171. Windows color (decimal): -7310068 or 816528. OLE color: 816528.
HSL color Cylindrical-coordinate representation of color #90750C: hue angle of 47.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90750C is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 12 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.44 |
| HSL | 47.73º | 0.85% | 0.31% | - |
| HSV(B) | 47.73º | 0.92% | 0.56% | - |
| XYZ | 17.93 | 18.68 | 3.01 | - |
| YUV | 113.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 12 | 0 | 0.19 | 0.92 | 0.44 | 47.73 | 0.85 | 0.31 |
| Hex | 90 | 75 | C | 0 | 13 | 5C | 2C | 30 | 55 | 1F |
| Octal | 220 | 165 | 14 | 0 | 23 | 134 | 54 | 60 | 125 | 37 |
| Binary | 10010000 | 1110101 | 1100 | 0 | 10011 | 1011100 | 101100 | 110000 | 1010101 | 11111 |
Color Harmonies of #90750C
Complementary color
Monochromatic Colors of #90750C
Black with #90750C
Text Example
Text Example
White with #90750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90750C; }
p { color: rgb(144,117,12); }
H1.HeaderClassName
{
color: #90750C;
}
.AnyTagClassName
{
color: #90750C;
}
</style>
background-color css
<style>
a { background-color: #90750C; }
a { background-color: rgb(144,117,12); }
div.DivClassName
{
background-color: #90750C;
}
.BgClassName
{
background-color: #90750C;
}
</style>
border-color css
<style>
span { border-color: #90750C; }
span { border-color: rgb(144,117,12); }
td.TdClassName
{
border-color: #90750C;
}
.TagClassName
{
border-color: #90750C;
}
</style>