Shades of Golden Brown #92550D
Tints of Golden Brown #92550D
RGB
CMYK
RGB Variations
Color information
#92550D (or 0x92550D) is known color: Golden Brown. HEX triplet: 92, 55 and 0D. RGB value is (146,85,13). Sum of RGB (Red+Green+Blue) = 146+85+13=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #92550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92550D is #6DAAF2. Grayscale: #5F5F5F. Windows color (decimal): -7187187 or 873874. OLE color: 873874.
HSL color Cylindrical-coordinate representation of color #92550D: hue angle of 32.48º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92550D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 13 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.43 |
| HSL | 32.48º | 0.84% | 0.31% | - |
| HSV(B) | 32.48º | 0.91% | 0.57% | - |
| XYZ | 15.18 | 12.64 | 2.02 | - |
| YUV | 95.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 13 | 0 | 0.42 | 0.91 | 0.43 | 32.48 | 0.84 | 0.31 |
| Hex | 92 | 55 | D | 0 | 2A | 5B | 2B | 20 | 54 | 1F |
| Octal | 222 | 125 | 15 | 0 | 52 | 133 | 53 | 40 | 124 | 37 |
| Binary | 10010010 | 1010101 | 1101 | 0 | 101010 | 1011011 | 101011 | 100000 | 1010100 | 11111 |
Color Harmonies of #92550D
Complementary color
Monochromatic Colors of #92550D
Black with #92550D
Text Example
Text Example
White with #92550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92550D; }
p { color: rgb(146,85,13); }
H1.HeaderClassName
{
color: #92550D;
}
.AnyTagClassName
{
color: #92550D;
}
</style>
background-color css
<style>
a { background-color: #92550D; }
a { background-color: rgb(146,85,13); }
div.DivClassName
{
background-color: #92550D;
}
.BgClassName
{
background-color: #92550D;
}
</style>
border-color css
<style>
span { border-color: #92550D; }
span { border-color: rgb(146,85,13); }
td.TdClassName
{
border-color: #92550D;
}
.TagClassName
{
border-color: #92550D;
}
</style>