Shades of Golden Brown #955A03
Tints of Golden Brown #955A03
RGB
CMYK
RGB Variations
Color information
#955A03 (or 0x955A03) is known color: Golden Brown. HEX triplet: 95, 5A and 03. RGB value is (149,90,3). Sum of RGB (Red+Green+Blue) = 149+90+3=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #955A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A03 is #6AA5FC. Grayscale: #626262. Windows color (decimal): -6989309 or 219797. OLE color: 219797.
HSL color Cylindrical-coordinate representation of color #955A03: hue angle of 35.75º 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 #955A03 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.42 |
| HSL | 35.75º | 0.96% | 0.3% | - |
| HSV(B) | 35.75º | 0.98% | 0.58% | - |
| XYZ | 16.07 | 13.71 | 1.89 | - |
| YUV | 97.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 3 | 0 | 0.40 | 0.98 | 0.42 | 35.75 | 0.96 | 0.3 |
| Hex | 95 | 5A | 3 | 0 | 28 | 62 | 2A | 24 | 60 | 1E |
| Octal | 225 | 132 | 3 | 0 | 50 | 142 | 52 | 44 | 140 | 36 |
| Binary | 10010101 | 1011010 | 11 | 0 | 101000 | 1100010 | 101010 | 100100 | 1100000 | 11110 |
Color Harmonies of #955A03
Complementary color
Monochromatic Colors of #955A03
Black with #955A03
Text Example
Text Example
White with #955A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A03; }
p { color: rgb(149,90,3); }
H1.HeaderClassName
{
color: #955A03;
}
.AnyTagClassName
{
color: #955A03;
}
</style>
background-color css
<style>
a { background-color: #955A03; }
a { background-color: rgb(149,90,3); }
div.DivClassName
{
background-color: #955A03;
}
.BgClassName
{
background-color: #955A03;
}
</style>
border-color css
<style>
span { border-color: #955A03; }
span { border-color: rgb(149,90,3); }
td.TdClassName
{
border-color: #955A03;
}
.TagClassName
{
border-color: #955A03;
}
</style>