Shades of Golden Brown #955A00
Tints of Golden Brown #955A00
RGB
CMYK
RGB Variations
Color information
#955A00 (or 0x955A00) is known color: Golden Brown. HEX triplet: 95, 5A and 00. RGB value is (149,90,0). Sum of RGB (Red+Green+Blue) = 149+90+0=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A00 is #6AA5FF. Grayscale: #616161. Windows color (decimal): -6989312 or 23189. OLE color: 23189.
HSL color Cylindrical-coordinate representation of color #955A00: hue angle of 36.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #955A00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.42 |
| HSL | 36.24º | 1% | 0.29% | - |
| HSV(B) | 36.24º | 1% | 0.58% | - |
| XYZ | 16.05 | 13.7 | 1.8 | - |
| YUV | 97.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 0 | 0 | 0.40 | 1 | 0.42 | 36.24 | 1 | 0.29 |
| Hex | 95 | 5A | 0 | 0 | 28 | 64 | 2A | 24 | 64 | 1D |
| Octal | 225 | 132 | 0 | 0 | 50 | 144 | 52 | 44 | 144 | 35 |
| Binary | 10010101 | 1011010 | 0 | 0 | 101000 | 1100100 | 101010 | 100100 | 1100100 | 11101 |
Color Harmonies of #955A00
Complementary color
Monochromatic Colors of #955A00
Black with #955A00
Text Example
Text Example
White with #955A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A00; }
p { color: rgb(149,90,0); }
H1.HeaderClassName
{
color: #955A00;
}
.AnyTagClassName
{
color: #955A00;
}
</style>
background-color css
<style>
a { background-color: #955A00; }
a { background-color: rgb(149,90,0); }
div.DivClassName
{
background-color: #955A00;
}
.BgClassName
{
background-color: #955A00;
}
</style>
border-color css
<style>
span { border-color: #955A00; }
span { border-color: rgb(149,90,0); }
td.TdClassName
{
border-color: #955A00;
}
.TagClassName
{
border-color: #955A00;
}
</style>