Shades of Golden Brown #925702
Tints of Golden Brown #925702
RGB
CMYK
RGB Variations
Color information
#925702 (or 0x925702) is known color: Golden Brown. HEX triplet: 92, 57 and 02. RGB value is (146,87,2). Sum of RGB (Red+Green+Blue) = 146+87+2=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #925702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925702 is #6DA8FD. Grayscale: #5F5F5F. Windows color (decimal): -7186686 or 153490. OLE color: 153490.
HSL color Cylindrical-coordinate representation of color #925702: hue angle of 35.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #925702 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.43 |
| HSL | 35.42º | 0.97% | 0.29% | - |
| HSV(B) | 35.42º | 0.99% | 0.57% | - |
| XYZ | 15.27 | 12.93 | 1.75 | - |
| YUV | 94.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 2 | 0 | 0.40 | 0.99 | 0.43 | 35.42 | 0.97 | 0.29 |
| Hex | 92 | 57 | 2 | 0 | 28 | 63 | 2B | 23 | 61 | 1D |
| Octal | 222 | 127 | 2 | 0 | 50 | 143 | 53 | 43 | 141 | 35 |
| Binary | 10010010 | 1010111 | 10 | 0 | 101000 | 1100011 | 101011 | 100011 | 1100001 | 11101 |
Color Harmonies of #925702
Complementary color
Monochromatic Colors of #925702
Black with #925702
Text Example
Text Example
White with #925702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925702; }
p { color: rgb(146,87,2); }
H1.HeaderClassName
{
color: #925702;
}
.AnyTagClassName
{
color: #925702;
}
</style>
background-color css
<style>
a { background-color: #925702; }
a { background-color: rgb(146,87,2); }
div.DivClassName
{
background-color: #925702;
}
.BgClassName
{
background-color: #925702;
}
</style>
border-color css
<style>
span { border-color: #925702; }
span { border-color: rgb(146,87,2); }
td.TdClassName
{
border-color: #925702;
}
.TagClassName
{
border-color: #925702;
}
</style>