Shades of Golden Brown #92630E
Tints of Golden Brown #92630E
RGB
CMYK
RGB Variations
Color information
#92630E (or 0x92630E) is known color: Golden Brown. HEX triplet: 92, 63 and 0E. RGB value is (146,99,14). Sum of RGB (Red+Green+Blue) = 146+99+14=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #92630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92630E is #6D9CF1. Grayscale: #676767. Windows color (decimal): -7183602 or 942994. OLE color: 942994.
HSL color Cylindrical-coordinate representation of color #92630E: hue angle of 38.64º 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 #92630E is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 14 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.43 |
| HSL | 38.64º | 0.83% | 0.31% | - |
| HSV(B) | 38.64º | 0.9% | 0.57% | - |
| XYZ | 16.4 | 15.07 | 2.46 | - |
| YUV | 103.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 14 | 0 | 0.32 | 0.90 | 0.43 | 38.64 | 0.83 | 0.31 |
| Hex | 92 | 63 | E | 0 | 20 | 5A | 2B | 27 | 52 | 1F |
| Octal | 222 | 143 | 16 | 0 | 40 | 132 | 53 | 47 | 122 | 37 |
| Binary | 10010010 | 1100011 | 1110 | 0 | 100000 | 1011010 | 101011 | 100111 | 1010010 | 11111 |
Color Harmonies of #92630E
Complementary color
Monochromatic Colors of #92630E
Black with #92630E
Text Example
Text Example
White with #92630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92630E; }
p { color: rgb(146,99,14); }
H1.HeaderClassName
{
color: #92630E;
}
.AnyTagClassName
{
color: #92630E;
}
</style>
background-color css
<style>
a { background-color: #92630E; }
a { background-color: rgb(146,99,14); }
div.DivClassName
{
background-color: #92630E;
}
.BgClassName
{
background-color: #92630E;
}
</style>
border-color css
<style>
span { border-color: #92630E; }
span { border-color: rgb(146,99,14); }
td.TdClassName
{
border-color: #92630E;
}
.TagClassName
{
border-color: #92630E;
}
</style>