Shades of Golden Brown #925F0B
Tints of Golden Brown #925F0B
RGB
CMYK
RGB Variations
Color information
#925F0B (or 0x925F0B) is known color: Golden Brown. HEX triplet: 92, 5F and 0B. RGB value is (146,95,11). Sum of RGB (Red+Green+Blue) = 146+95+11=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F0B is #6DA0F4. Grayscale: #656565. Windows color (decimal): -7184629 or 745362. OLE color: 745362.
HSL color Cylindrical-coordinate representation of color #925F0B: hue angle of 37.33º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #925F0B is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 11 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.43 |
| HSL | 37.33º | 0.86% | 0.31% | - |
| HSV(B) | 37.33º | 0.92% | 0.57% | - |
| XYZ | 16.01 | 14.32 | 2.24 | - |
| YUV | 100.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 11 | 0 | 0.35 | 0.92 | 0.43 | 37.33 | 0.86 | 0.31 |
| Hex | 92 | 5F | B | 0 | 23 | 5C | 2B | 25 | 56 | 1F |
| Octal | 222 | 137 | 13 | 0 | 43 | 134 | 53 | 45 | 126 | 37 |
| Binary | 10010010 | 1011111 | 1011 | 0 | 100011 | 1011100 | 101011 | 100101 | 1010110 | 11111 |
Color Harmonies of #925F0B
Complementary color
Monochromatic Colors of #925F0B
Black with #925F0B
Text Example
Text Example
White with #925F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F0B; }
p { color: rgb(146,95,11); }
H1.HeaderClassName
{
color: #925F0B;
}
.AnyTagClassName
{
color: #925F0B;
}
</style>
background-color css
<style>
a { background-color: #925F0B; }
a { background-color: rgb(146,95,11); }
div.DivClassName
{
background-color: #925F0B;
}
.BgClassName
{
background-color: #925F0B;
}
</style>
border-color css
<style>
span { border-color: #925F0B; }
span { border-color: rgb(146,95,11); }
td.TdClassName
{
border-color: #925F0B;
}
.TagClassName
{
border-color: #925F0B;
}
</style>