Shades of Golden Brown #925C07
Tints of Golden Brown #925C07
RGB
CMYK
RGB Variations
Color information
#925C07 (or 0x925C07) is known color: Golden Brown. HEX triplet: 92, 5C and 07. RGB value is (146,92,7). Sum of RGB (Red+Green+Blue) = 146+92+7=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #925C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C07 is #6DA3F8. Grayscale: #626262. Windows color (decimal): -7185401 or 482450. OLE color: 482450.
HSL color Cylindrical-coordinate representation of color #925C07: hue angle of 36.69º degrees, saturation: 0.91, 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 #925C07 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 7 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.43 |
| HSL | 36.69º | 0.91% | 0.3% | - |
| HSV(B) | 36.69º | 0.95% | 0.57% | - |
| XYZ | 15.72 | 13.78 | 2.03 | - |
| YUV | 98.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 7 | 0 | 0.37 | 0.95 | 0.43 | 36.69 | 0.91 | 0.3 |
| Hex | 92 | 5C | 7 | 0 | 25 | 5F | 2B | 25 | 5B | 1E |
| Octal | 222 | 134 | 7 | 0 | 45 | 137 | 53 | 45 | 133 | 36 |
| Binary | 10010010 | 1011100 | 111 | 0 | 100101 | 1011111 | 101011 | 100101 | 1011011 | 11110 |
Color Harmonies of #925C07
Complementary color
Monochromatic Colors of #925C07
Black with #925C07
Text Example
Text Example
White with #925C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C07; }
p { color: rgb(146,92,7); }
H1.HeaderClassName
{
color: #925C07;
}
.AnyTagClassName
{
color: #925C07;
}
</style>
background-color css
<style>
a { background-color: #925C07; }
a { background-color: rgb(146,92,7); }
div.DivClassName
{
background-color: #925C07;
}
.BgClassName
{
background-color: #925C07;
}
</style>
border-color css
<style>
span { border-color: #925C07; }
span { border-color: rgb(146,92,7); }
td.TdClassName
{
border-color: #925C07;
}
.TagClassName
{
border-color: #925C07;
}
</style>