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