Shades of Golden Brown #925808
Tints of Golden Brown #925808
RGB
CMYK
RGB Variations
Color information
#925808 (or 0x925808) is known color: Golden Brown. HEX triplet: 92, 58 and 08. RGB value is (146,88,8). Sum of RGB (Red+Green+Blue) = 146+88+8=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #925808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925808 is #6DA7F7. Grayscale: #606060. Windows color (decimal): -7186424 or 546962. OLE color: 546962.
HSL color Cylindrical-coordinate representation of color #925808: hue angle of 34.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #925808 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 8 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.43 |
| HSL | 34.78º | 0.9% | 0.3% | - |
| HSV(B) | 34.78º | 0.95% | 0.57% | - |
| XYZ | 15.39 | 13.11 | 1.95 | - |
| YUV | 96.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 8 | 0 | 0.40 | 0.95 | 0.43 | 34.78 | 0.9 | 0.3 |
| Hex | 92 | 58 | 8 | 0 | 28 | 5F | 2B | 23 | 5A | 1E |
| Octal | 222 | 130 | 10 | 0 | 50 | 137 | 53 | 43 | 132 | 36 |
| Binary | 10010010 | 1011000 | 1000 | 0 | 101000 | 1011111 | 101011 | 100011 | 1011010 | 11110 |
Color Harmonies of #925808
Complementary color
Monochromatic Colors of #925808
Black with #925808
Text Example
Text Example
White with #925808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925808; }
p { color: rgb(146,88,8); }
H1.HeaderClassName
{
color: #925808;
}
.AnyTagClassName
{
color: #925808;
}
</style>
background-color css
<style>
a { background-color: #925808; }
a { background-color: rgb(146,88,8); }
div.DivClassName
{
background-color: #925808;
}
.BgClassName
{
background-color: #925808;
}
</style>
border-color css
<style>
span { border-color: #925808; }
span { border-color: rgb(146,88,8); }
td.TdClassName
{
border-color: #925808;
}
.TagClassName
{
border-color: #925808;
}
</style>