Shades of Golden Brown #90550C
Tints of Golden Brown #90550C
RGB
CMYK
RGB Variations
Color information
#90550C (or 0x90550C) is known color: Golden Brown. HEX triplet: 90, 55 and 0C. RGB value is (144,85,12). Sum of RGB (Red+Green+Blue) = 144+85+12=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90550C is #6FAAF3. Grayscale: #5E5E5E. Windows color (decimal): -7318260 or 808336. OLE color: 808336.
HSL color Cylindrical-coordinate representation of color #90550C: hue angle of 33.18º 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 #90550C is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 12 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.44 |
| HSL | 33.18º | 0.85% | 0.31% | - |
| HSV(B) | 33.18º | 0.92% | 0.56% | - |
| XYZ | 14.82 | 12.45 | 1.97 | - |
| YUV | 94.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 12 | 0 | 0.41 | 0.92 | 0.44 | 33.18 | 0.85 | 0.31 |
| Hex | 90 | 55 | C | 0 | 29 | 5C | 2C | 21 | 55 | 1F |
| Octal | 220 | 125 | 14 | 0 | 51 | 134 | 54 | 41 | 125 | 37 |
| Binary | 10010000 | 1010101 | 1100 | 0 | 101001 | 1011100 | 101100 | 100001 | 1010101 | 11111 |
Color Harmonies of #90550C
Complementary color
Monochromatic Colors of #90550C
Black with #90550C
Text Example
Text Example
White with #90550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90550C; }
p { color: rgb(144,85,12); }
H1.HeaderClassName
{
color: #90550C;
}
.AnyTagClassName
{
color: #90550C;
}
</style>
background-color css
<style>
a { background-color: #90550C; }
a { background-color: rgb(144,85,12); }
div.DivClassName
{
background-color: #90550C;
}
.BgClassName
{
background-color: #90550C;
}
</style>
border-color css
<style>
span { border-color: #90550C; }
span { border-color: rgb(144,85,12); }
td.TdClassName
{
border-color: #90550C;
}
.TagClassName
{
border-color: #90550C;
}
</style>