Shades of Golden Brown #95701C
Tints of Golden Brown #95701C
RGB
CMYK
RGB Variations
Color information
#95701C (or 0x95701C) is known color: Golden Brown. HEX triplet: 95, 70 and 1C. RGB value is (149,112,28). Sum of RGB (Red+Green+Blue) = 149+112+28=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95701C is #6A8FE3. Grayscale: #717171. Windows color (decimal): -6983652 or 1863829. OLE color: 1863829.
HSL color Cylindrical-coordinate representation of color #95701C: hue angle of 41.65º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95701C is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 28 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.42 |
| HSL | 41.65º | 0.68% | 0.35% | - |
| HSV(B) | 41.65º | 0.81% | 0.58% | - |
| XYZ | 18.4 | 18.06 | 3.62 | - |
| YUV | 113.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 28 | 0 | 0.25 | 0.81 | 0.42 | 41.65 | 0.68 | 0.35 |
| Hex | 95 | 70 | 1C | 0 | 19 | 51 | 2A | 2A | 44 | 23 |
| Octal | 225 | 160 | 34 | 0 | 31 | 121 | 52 | 52 | 104 | 43 |
| Binary | 10010101 | 1110000 | 11100 | 0 | 11001 | 1010001 | 101010 | 101010 | 1000100 | 100011 |
Color Harmonies of #95701C
Complementary color
Monochromatic Colors of #95701C
Black with #95701C
Text Example
Text Example
White with #95701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95701C; }
p { color: rgb(149,112,28); }
H1.HeaderClassName
{
color: #95701C;
}
.AnyTagClassName
{
color: #95701C;
}
</style>
background-color css
<style>
a { background-color: #95701C; }
a { background-color: rgb(149,112,28); }
div.DivClassName
{
background-color: #95701C;
}
.BgClassName
{
background-color: #95701C;
}
</style>
border-color css
<style>
span { border-color: #95701C; }
span { border-color: rgb(149,112,28); }
td.TdClassName
{
border-color: #95701C;
}
.TagClassName
{
border-color: #95701C;
}
</style>