Shades of Golden Brown #925A00
Tints of Golden Brown #925A00
RGB
CMYK
RGB Variations
Color information
#925A00 (or 0x925A00) is known color: Golden Brown. HEX triplet: 92, 5A and 00. RGB value is (146,90,0). Sum of RGB (Red+Green+Blue) = 146+90+0=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #925A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925A00 is #6DA5FF. Grayscale: #606060. Windows color (decimal): -7185920 or 23186. OLE color: 23186.
HSL color Cylindrical-coordinate representation of color #925A00: hue angle of 36.99º 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 #925A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.43 |
| HSL | 36.99º | 1% | 0.29% | - |
| HSV(B) | 36.99º | 1% | 0.57% | - |
| XYZ | 15.51 | 13.42 | 1.77 | - |
| YUV | 96.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 0 | 0 | 0.38 | 1 | 0.43 | 36.99 | 1 | 0.29 |
| Hex | 92 | 5A | 0 | 0 | 26 | 64 | 2B | 25 | 64 | 1D |
| Octal | 222 | 132 | 0 | 0 | 46 | 144 | 53 | 45 | 144 | 35 |
| Binary | 10010010 | 1011010 | 0 | 0 | 100110 | 1100100 | 101011 | 100101 | 1100100 | 11101 |
Color Harmonies of #925A00
Complementary color
Monochromatic Colors of #925A00
Black with #925A00
Text Example
Text Example
White with #925A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A00; }
p { color: rgb(146,90,0); }
H1.HeaderClassName
{
color: #925A00;
}
.AnyTagClassName
{
color: #925A00;
}
</style>
background-color css
<style>
a { background-color: #925A00; }
a { background-color: rgb(146,90,0); }
div.DivClassName
{
background-color: #925A00;
}
.BgClassName
{
background-color: #925A00;
}
</style>
border-color css
<style>
span { border-color: #925A00; }
span { border-color: rgb(146,90,0); }
td.TdClassName
{
border-color: #925A00;
}
.TagClassName
{
border-color: #925A00;
}
</style>