Shades of Golden Brown #92560D
Tints of Golden Brown #92560D
RGB
CMYK
RGB Variations
Color information
#92560D (or 0x92560D) is known color: Golden Brown. HEX triplet: 92, 56 and 0D. RGB value is (146,86,13). Sum of RGB (Red+Green+Blue) = 146+86+13=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #92560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92560D is #6DA9F2. Grayscale: #5F5F5F. Windows color (decimal): -7186931 or 874130. OLE color: 874130.
HSL color Cylindrical-coordinate representation of color #92560D: hue angle of 32.93º 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 #92560D is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 13 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.43 |
| HSL | 32.93º | 0.84% | 0.31% | - |
| HSV(B) | 32.93º | 0.91% | 0.57% | - |
| XYZ | 15.25 | 12.8 | 2.05 | - |
| YUV | 95.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 13 | 0 | 0.41 | 0.91 | 0.43 | 32.93 | 0.84 | 0.31 |
| Hex | 92 | 56 | D | 0 | 29 | 5B | 2B | 21 | 54 | 1F |
| Octal | 222 | 126 | 15 | 0 | 51 | 133 | 53 | 41 | 124 | 37 |
| Binary | 10010010 | 1010110 | 1101 | 0 | 101001 | 1011011 | 101011 | 100001 | 1010100 | 11111 |
Color Harmonies of #92560D
Complementary color
Monochromatic Colors of #92560D
Black with #92560D
Text Example
Text Example
White with #92560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92560D; }
p { color: rgb(146,86,13); }
H1.HeaderClassName
{
color: #92560D;
}
.AnyTagClassName
{
color: #92560D;
}
</style>
background-color css
<style>
a { background-color: #92560D; }
a { background-color: rgb(146,86,13); }
div.DivClassName
{
background-color: #92560D;
}
.BgClassName
{
background-color: #92560D;
}
</style>
border-color css
<style>
span { border-color: #92560D; }
span { border-color: rgb(146,86,13); }
td.TdClassName
{
border-color: #92560D;
}
.TagClassName
{
border-color: #92560D;
}
</style>