Shades of Golden Brown #955F03
Tints of Golden Brown #955F03
RGB
CMYK
RGB Variations
Color information
#955F03 (or 0x955F03) is known color: Golden Brown. HEX triplet: 95, 5F and 03. RGB value is (149,95,3). Sum of RGB (Red+Green+Blue) = 149+95+3=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F03 is #6AA0FC. Grayscale: #656565. Windows color (decimal): -6988029 or 221077. OLE color: 221077.
HSL color Cylindrical-coordinate representation of color #955F03: hue angle of 37.81º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #955F03 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.42 |
| HSL | 37.81º | 0.96% | 0.3% | - |
| HSV(B) | 37.81º | 0.98% | 0.58% | - |
| XYZ | 16.5 | 14.58 | 2.03 | - |
| YUV | 100.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 3 | 0 | 0.36 | 0.98 | 0.42 | 37.81 | 0.96 | 0.3 |
| Hex | 95 | 5F | 3 | 0 | 24 | 62 | 2A | 26 | 60 | 1E |
| Octal | 225 | 137 | 3 | 0 | 44 | 142 | 52 | 46 | 140 | 36 |
| Binary | 10010101 | 1011111 | 11 | 0 | 100100 | 1100010 | 101010 | 100110 | 1100000 | 11110 |
Color Harmonies of #955F03
Complementary color
Monochromatic Colors of #955F03
Black with #955F03
Text Example
Text Example
White with #955F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F03; }
p { color: rgb(149,95,3); }
H1.HeaderClassName
{
color: #955F03;
}
.AnyTagClassName
{
color: #955F03;
}
</style>
background-color css
<style>
a { background-color: #955F03; }
a { background-color: rgb(149,95,3); }
div.DivClassName
{
background-color: #955F03;
}
.BgClassName
{
background-color: #955F03;
}
</style>
border-color css
<style>
span { border-color: #955F03; }
span { border-color: rgb(149,95,3); }
td.TdClassName
{
border-color: #955F03;
}
.TagClassName
{
border-color: #955F03;
}
</style>