Shades of Golden Brown #955A07
Tints of Golden Brown #955A07
RGB
CMYK
RGB Variations
Color information
#955A07 (or 0x955A07) is known color: Golden Brown. HEX triplet: 95, 5A and 07. RGB value is (149,90,7). Sum of RGB (Red+Green+Blue) = 149+90+7=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #955A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A07 is #6AA5F8. Grayscale: #626262. Windows color (decimal): -6989305 or 481941. OLE color: 481941.
HSL color Cylindrical-coordinate representation of color #955A07: hue angle of 35.07º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955A07 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 7 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.42 |
| HSL | 35.07º | 0.91% | 0.31% | - |
| HSV(B) | 35.07º | 0.95% | 0.58% | - |
| XYZ | 16.09 | 13.72 | 2 | - |
| YUV | 98.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 7 | 0 | 0.40 | 0.95 | 0.42 | 35.07 | 0.91 | 0.31 |
| Hex | 95 | 5A | 7 | 0 | 28 | 5F | 2A | 23 | 5B | 1F |
| Octal | 225 | 132 | 7 | 0 | 50 | 137 | 52 | 43 | 133 | 37 |
| Binary | 10010101 | 1011010 | 111 | 0 | 101000 | 1011111 | 101010 | 100011 | 1011011 | 11111 |
Color Harmonies of #955A07
Complementary color
Monochromatic Colors of #955A07
Black with #955A07
Text Example
Text Example
White with #955A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A07; }
p { color: rgb(149,90,7); }
H1.HeaderClassName
{
color: #955A07;
}
.AnyTagClassName
{
color: #955A07;
}
</style>
background-color css
<style>
a { background-color: #955A07; }
a { background-color: rgb(149,90,7); }
div.DivClassName
{
background-color: #955A07;
}
.BgClassName
{
background-color: #955A07;
}
</style>
border-color css
<style>
span { border-color: #955A07; }
span { border-color: rgb(149,90,7); }
td.TdClassName
{
border-color: #955A07;
}
.TagClassName
{
border-color: #955A07;
}
</style>