Shades of Golden Brown #925F00
Tints of Golden Brown #925F00
RGB
CMYK
RGB Variations
Color information
#925F00 (or 0x925F00) is known color: Golden Brown. HEX triplet: 92, 5F and 00. RGB value is (146,95,0). Sum of RGB (Red+Green+Blue) = 146+95+0=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #925F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F00 is #6DA0FF. Grayscale: #636363. Windows color (decimal): -7184640 or 24466. OLE color: 24466.
HSL color Cylindrical-coordinate representation of color #925F00: hue angle of 39.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #925F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.43 |
| HSL | 39.04º | 1% | 0.29% | - |
| HSV(B) | 39.04º | 1% | 0.57% | - |
| XYZ | 15.95 | 14.3 | 1.92 | - |
| YUV | 99.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 0 | 0 | 0.35 | 1 | 0.43 | 39.04 | 1 | 0.29 |
| Hex | 92 | 5F | 0 | 0 | 23 | 64 | 2B | 27 | 64 | 1D |
| Octal | 222 | 137 | 0 | 0 | 43 | 144 | 53 | 47 | 144 | 35 |
| Binary | 10010010 | 1011111 | 0 | 0 | 100011 | 1100100 | 101011 | 100111 | 1100100 | 11101 |
Color Harmonies of #925F00
Complementary color
Monochromatic Colors of #925F00
Black with #925F00
Text Example
Text Example
White with #925F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F00; }
p { color: rgb(146,95,0); }
H1.HeaderClassName
{
color: #925F00;
}
.AnyTagClassName
{
color: #925F00;
}
</style>
background-color css
<style>
a { background-color: #925F00; }
a { background-color: rgb(146,95,0); }
div.DivClassName
{
background-color: #925F00;
}
.BgClassName
{
background-color: #925F00;
}
</style>
border-color css
<style>
span { border-color: #925F00; }
span { border-color: rgb(146,95,0); }
td.TdClassName
{
border-color: #925F00;
}
.TagClassName
{
border-color: #925F00;
}
</style>