Shades of Golden Brown #955F09
Tints of Golden Brown #955F09
RGB
CMYK
RGB Variations
Color information
#955F09 (or 0x955F09) is known color: Golden Brown. HEX triplet: 95, 5F and 09. RGB value is (149,95,9). Sum of RGB (Red+Green+Blue) = 149+95+9=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #955F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F09 is #6AA0F6. Grayscale: #656565. Windows color (decimal): -6988023 or 614293. OLE color: 614293.
HSL color Cylindrical-coordinate representation of color #955F09: hue angle of 36.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #955F09 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 9 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.42 |
| HSL | 36.86º | 0.89% | 0.31% | - |
| HSV(B) | 36.86º | 0.94% | 0.58% | - |
| XYZ | 16.54 | 14.59 | 2.2 | - |
| YUV | 101.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 9 | 0 | 0.36 | 0.94 | 0.42 | 36.86 | 0.89 | 0.31 |
| Hex | 95 | 5F | 9 | 0 | 24 | 5E | 2A | 25 | 59 | 1F |
| Octal | 225 | 137 | 11 | 0 | 44 | 136 | 52 | 45 | 131 | 37 |
| Binary | 10010101 | 1011111 | 1001 | 0 | 100100 | 1011110 | 101010 | 100101 | 1011001 | 11111 |
Color Harmonies of #955F09
Complementary color
Monochromatic Colors of #955F09
Black with #955F09
Text Example
Text Example
White with #955F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F09; }
p { color: rgb(149,95,9); }
H1.HeaderClassName
{
color: #955F09;
}
.AnyTagClassName
{
color: #955F09;
}
</style>
background-color css
<style>
a { background-color: #955F09; }
a { background-color: rgb(149,95,9); }
div.DivClassName
{
background-color: #955F09;
}
.BgClassName
{
background-color: #955F09;
}
</style>
border-color css
<style>
span { border-color: #955F09; }
span { border-color: rgb(149,95,9); }
td.TdClassName
{
border-color: #955F09;
}
.TagClassName
{
border-color: #955F09;
}
</style>