Shades of Golden Brown #92570E
Tints of Golden Brown #92570E
RGB
CMYK
RGB Variations
Color information
#92570E (or 0x92570E) is known color: Golden Brown. HEX triplet: 92, 57 and 0E. RGB value is (146,87,14). Sum of RGB (Red+Green+Blue) = 146+87+14=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #92570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92570E is #6DA8F1. Grayscale: #606060. Windows color (decimal): -7186674 or 939922. OLE color: 939922.
HSL color Cylindrical-coordinate representation of color #92570E: hue angle of 33.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92570E is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 14 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.43 |
| HSL | 33.18º | 0.83% | 0.31% | - |
| HSV(B) | 33.18º | 0.9% | 0.57% | - |
| XYZ | 15.34 | 12.96 | 2.11 | - |
| YUV | 96.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 14 | 0 | 0.40 | 0.90 | 0.43 | 33.18 | 0.83 | 0.31 |
| Hex | 92 | 57 | E | 0 | 28 | 5A | 2B | 21 | 52 | 1F |
| Octal | 222 | 127 | 16 | 0 | 50 | 132 | 53 | 41 | 122 | 37 |
| Binary | 10010010 | 1010111 | 1110 | 0 | 101000 | 1011010 | 101011 | 100001 | 1010010 | 11111 |
Color Harmonies of #92570E
Complementary color
Monochromatic Colors of #92570E
Black with #92570E
Text Example
Text Example
White with #92570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92570E; }
p { color: rgb(146,87,14); }
H1.HeaderClassName
{
color: #92570E;
}
.AnyTagClassName
{
color: #92570E;
}
</style>
background-color css
<style>
a { background-color: #92570E; }
a { background-color: rgb(146,87,14); }
div.DivClassName
{
background-color: #92570E;
}
.BgClassName
{
background-color: #92570E;
}
</style>
border-color css
<style>
span { border-color: #92570E; }
span { border-color: rgb(146,87,14); }
td.TdClassName
{
border-color: #92570E;
}
.TagClassName
{
border-color: #92570E;
}
</style>