Shades of Golden Brown #95701A
Tints of Golden Brown #95701A
RGB
CMYK
RGB Variations
Color information
#95701A (or 0x95701A) is known color: Golden Brown. HEX triplet: 95, 70 and 1A. RGB value is (149,112,26). Sum of RGB (Red+Green+Blue) = 149+112+26=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #95701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95701A is #6A8FE5. Grayscale: #717171. Windows color (decimal): -6983654 or 1732757. OLE color: 1732757.
HSL color Cylindrical-coordinate representation of color #95701A: hue angle of 41.95º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95701A is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 26 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.42 |
| HSL | 41.95º | 0.7% | 0.34% | - |
| HSV(B) | 41.95º | 0.83% | 0.58% | - |
| XYZ | 18.38 | 18.05 | 3.49 | - |
| YUV | 113.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 26 | 0 | 0.25 | 0.83 | 0.42 | 41.95 | 0.7 | 0.34 |
| Hex | 95 | 70 | 1A | 0 | 19 | 53 | 2A | 2A | 46 | 22 |
| Octal | 225 | 160 | 32 | 0 | 31 | 123 | 52 | 52 | 106 | 42 |
| Binary | 10010101 | 1110000 | 11010 | 0 | 11001 | 1010011 | 101010 | 101010 | 1000110 | 100010 |
Color Harmonies of #95701A
Complementary color
Monochromatic Colors of #95701A
Black with #95701A
Text Example
Text Example
White with #95701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95701A; }
p { color: rgb(149,112,26); }
H1.HeaderClassName
{
color: #95701A;
}
.AnyTagClassName
{
color: #95701A;
}
</style>
background-color css
<style>
a { background-color: #95701A; }
a { background-color: rgb(149,112,26); }
div.DivClassName
{
background-color: #95701A;
}
.BgClassName
{
background-color: #95701A;
}
</style>
border-color css
<style>
span { border-color: #95701A; }
span { border-color: rgb(149,112,26); }
td.TdClassName
{
border-color: #95701A;
}
.TagClassName
{
border-color: #95701A;
}
</style>