Shades of Golden Brown #955F05
Tints of Golden Brown #955F05
RGB
CMYK
RGB Variations
Color information
#955F05 (or 0x955F05) is known color: Golden Brown. HEX triplet: 95, 5F and 05. RGB value is (149,95,5). Sum of RGB (Red+Green+Blue) = 149+95+5=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #955F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F05 is #6AA0FA. Grayscale: #656565. Windows color (decimal): -6988027 or 352149. OLE color: 352149.
HSL color Cylindrical-coordinate representation of color #955F05: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #955F05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.42 |
| HSL | 37.5º | 0.94% | 0.3% | - |
| HSV(B) | 37.5º | 0.97% | 0.58% | - |
| XYZ | 16.51 | 14.58 | 2.09 | - |
| YUV | 100.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 5 | 0 | 0.36 | 0.97 | 0.42 | 37.5 | 0.94 | 0.3 |
| Hex | 95 | 5F | 5 | 0 | 24 | 61 | 2A | 26 | 5E | 1E |
| Octal | 225 | 137 | 5 | 0 | 44 | 141 | 52 | 46 | 136 | 36 |
| Binary | 10010101 | 1011111 | 101 | 0 | 100100 | 1100001 | 101010 | 100110 | 1011110 | 11110 |
Color Harmonies of #955F05
Complementary color
Monochromatic Colors of #955F05
Black with #955F05
Text Example
Text Example
White with #955F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F05; }
p { color: rgb(149,95,5); }
H1.HeaderClassName
{
color: #955F05;
}
.AnyTagClassName
{
color: #955F05;
}
</style>
background-color css
<style>
a { background-color: #955F05; }
a { background-color: rgb(149,95,5); }
div.DivClassName
{
background-color: #955F05;
}
.BgClassName
{
background-color: #955F05;
}
</style>
border-color css
<style>
span { border-color: #955F05; }
span { border-color: rgb(149,95,5); }
td.TdClassName
{
border-color: #955F05;
}
.TagClassName
{
border-color: #955F05;
}
</style>