Shades of Golden Brown #925D08
Tints of Golden Brown #925D08
RGB
CMYK
RGB Variations
Color information
#925D08 (or 0x925D08) is known color: Golden Brown. HEX triplet: 92, 5D and 08. RGB value is (146,93,8). Sum of RGB (Red+Green+Blue) = 146+93+8=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #925D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D08 is #6DA2F7. Grayscale: #636363. Windows color (decimal): -7185144 or 548242. OLE color: 548242.
HSL color Cylindrical-coordinate representation of color #925D08: hue angle of 36.96º 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 #925D08 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 8 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.43 |
| HSL | 36.96º | 0.9% | 0.3% | - |
| HSV(B) | 36.96º | 0.95% | 0.57% | - |
| XYZ | 15.81 | 13.96 | 2.09 | - |
| YUV | 99.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 8 | 0 | 0.36 | 0.95 | 0.43 | 36.96 | 0.9 | 0.3 |
| Hex | 92 | 5D | 8 | 0 | 24 | 5F | 2B | 25 | 5A | 1E |
| Octal | 222 | 135 | 10 | 0 | 44 | 137 | 53 | 45 | 132 | 36 |
| Binary | 10010010 | 1011101 | 1000 | 0 | 100100 | 1011111 | 101011 | 100101 | 1011010 | 11110 |
Color Harmonies of #925D08
Complementary color
Monochromatic Colors of #925D08
Black with #925D08
Text Example
Text Example
White with #925D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D08; }
p { color: rgb(146,93,8); }
H1.HeaderClassName
{
color: #925D08;
}
.AnyTagClassName
{
color: #925D08;
}
</style>
background-color css
<style>
a { background-color: #925D08; }
a { background-color: rgb(146,93,8); }
div.DivClassName
{
background-color: #925D08;
}
.BgClassName
{
background-color: #925D08;
}
</style>
border-color css
<style>
span { border-color: #925D08; }
span { border-color: rgb(146,93,8); }
td.TdClassName
{
border-color: #925D08;
}
.TagClassName
{
border-color: #925D08;
}
</style>