Shades of Golden Brown #925A0E
Tints of Golden Brown #925A0E
RGB
CMYK
RGB Variations
Color information
#925A0E (or 0x925A0E) is known color: Golden Brown. HEX triplet: 92, 5A and 0E. RGB value is (146,90,14). Sum of RGB (Red+Green+Blue) = 146+90+14=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #925A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925A0E is #6DA5F1. Grayscale: #626262. Windows color (decimal): -7185906 or 940690. OLE color: 940690.
HSL color Cylindrical-coordinate representation of color #925A0E: hue angle of 34.55º 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 #925A0E is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 14 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.43 |
| HSL | 34.55º | 0.83% | 0.31% | - |
| HSV(B) | 34.55º | 0.9% | 0.57% | - |
| XYZ | 15.59 | 13.46 | 2.19 | - |
| YUV | 98.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 14 | 0 | 0.38 | 0.90 | 0.43 | 34.55 | 0.83 | 0.31 |
| Hex | 92 | 5A | E | 0 | 26 | 5A | 2B | 23 | 52 | 1F |
| Octal | 222 | 132 | 16 | 0 | 46 | 132 | 53 | 43 | 122 | 37 |
| Binary | 10010010 | 1011010 | 1110 | 0 | 100110 | 1011010 | 101011 | 100011 | 1010010 | 11111 |
Color Harmonies of #925A0E
Complementary color
Monochromatic Colors of #925A0E
Black with #925A0E
Text Example
Text Example
White with #925A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A0E; }
p { color: rgb(146,90,14); }
H1.HeaderClassName
{
color: #925A0E;
}
.AnyTagClassName
{
color: #925A0E;
}
</style>
background-color css
<style>
a { background-color: #925A0E; }
a { background-color: rgb(146,90,14); }
div.DivClassName
{
background-color: #925A0E;
}
.BgClassName
{
background-color: #925A0E;
}
</style>
border-color css
<style>
span { border-color: #925A0E; }
span { border-color: rgb(146,90,14); }
td.TdClassName
{
border-color: #925A0E;
}
.TagClassName
{
border-color: #925A0E;
}
</style>