Shades of Golden Brown #957303
Tints of Golden Brown #957303
RGB
CMYK
RGB Variations
Color information
#957303 (or 0x957303) is known color: Golden Brown. HEX triplet: 95, 73 and 03. RGB value is (149,115,3). Sum of RGB (Red+Green+Blue) = 149+115+3=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957303 is #6A8CFC. Grayscale: #707070. Windows color (decimal): -6982909 or 226197. OLE color: 226197.
HSL color Cylindrical-coordinate representation of color #957303: hue angle of 46.03º 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 #957303 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.42 |
| HSL | 46.03º | 0.96% | 0.3% | - |
| HSV(B) | 46.03º | 0.98% | 0.58% | - |
| XYZ | 18.54 | 18.66 | 2.71 | - |
| YUV | 112.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 3 | 0 | 0.23 | 0.98 | 0.42 | 46.03 | 0.96 | 0.3 |
| Hex | 95 | 73 | 3 | 0 | 17 | 62 | 2A | 2E | 60 | 1E |
| Octal | 225 | 163 | 3 | 0 | 27 | 142 | 52 | 56 | 140 | 36 |
| Binary | 10010101 | 1110011 | 11 | 0 | 10111 | 1100010 | 101010 | 101110 | 1100000 | 11110 |
Color Harmonies of #957303
Complementary color
Monochromatic Colors of #957303
Black with #957303
Text Example
Text Example
White with #957303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957303; }
p { color: rgb(149,115,3); }
H1.HeaderClassName
{
color: #957303;
}
.AnyTagClassName
{
color: #957303;
}
</style>
background-color css
<style>
a { background-color: #957303; }
a { background-color: rgb(149,115,3); }
div.DivClassName
{
background-color: #957303;
}
.BgClassName
{
background-color: #957303;
}
</style>
border-color css
<style>
span { border-color: #957303; }
span { border-color: rgb(149,115,3); }
td.TdClassName
{
border-color: #957303;
}
.TagClassName
{
border-color: #957303;
}
</style>