Shades of Golden Brown #955500
Tints of Golden Brown #955500
RGB
CMYK
RGB Variations
Color information
#955500 (or 0x955500) is known color: Golden Brown. HEX triplet: 95, 55 and 00. RGB value is (149,85,0). Sum of RGB (Red+Green+Blue) = 149+85+0=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #955500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955500 is #6AAAFF. Grayscale: #5E5E5E. Windows color (decimal): -6990592 or 21909. OLE color: 21909.
HSL color Cylindrical-coordinate representation of color #955500: hue angle of 34.23º 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 #955500 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.42 |
| HSL | 34.23º | 1% | 0.29% | - |
| HSV(B) | 34.23º | 1% | 0.58% | - |
| XYZ | 15.64 | 12.89 | 1.66 | - |
| YUV | 94.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 0 | 0 | 0.43 | 1 | 0.42 | 34.23 | 1 | 0.29 |
| Hex | 95 | 55 | 0 | 0 | 2B | 64 | 2A | 22 | 64 | 1D |
| Octal | 225 | 125 | 0 | 0 | 53 | 144 | 52 | 42 | 144 | 35 |
| Binary | 10010101 | 1010101 | 0 | 0 | 101011 | 1100100 | 101010 | 100010 | 1100100 | 11101 |
Color Harmonies of #955500
Complementary color
Monochromatic Colors of #955500
Black with #955500
Text Example
Text Example
White with #955500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955500; }
p { color: rgb(149,85,0); }
H1.HeaderClassName
{
color: #955500;
}
.AnyTagClassName
{
color: #955500;
}
</style>
background-color css
<style>
a { background-color: #955500; }
a { background-color: rgb(149,85,0); }
div.DivClassName
{
background-color: #955500;
}
.BgClassName
{
background-color: #955500;
}
</style>
border-color css
<style>
span { border-color: #955500; }
span { border-color: rgb(149,85,0); }
td.TdClassName
{
border-color: #955500;
}
.TagClassName
{
border-color: #955500;
}
</style>