Shades of Golden Brown #935403
Tints of Golden Brown #935403
RGB
CMYK
RGB Variations
Color information
#935403 (or 0x935403) is known color: Golden Brown. HEX triplet: 93, 54 and 03. RGB value is (147,84,3). Sum of RGB (Red+Green+Blue) = 147+84+3=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #935403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935403 is #6CABFC. Grayscale: #5D5D5D. Windows color (decimal): -7121917 or 218259. OLE color: 218259.
HSL color Cylindrical-coordinate representation of color #935403: hue angle of 33.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #935403 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.42 |
| HSL | 33.75º | 0.96% | 0.29% | - |
| HSV(B) | 33.75º | 0.98% | 0.58% | - |
| XYZ | 15.22 | 12.55 | 1.71 | - |
| YUV | 93.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 3 | 0 | 0.43 | 0.98 | 0.42 | 33.75 | 0.96 | 0.29 |
| Hex | 93 | 54 | 3 | 0 | 2B | 62 | 2A | 22 | 60 | 1D |
| Octal | 223 | 124 | 3 | 0 | 53 | 142 | 52 | 42 | 140 | 35 |
| Binary | 10010011 | 1010100 | 11 | 0 | 101011 | 1100010 | 101010 | 100010 | 1100000 | 11101 |
Color Harmonies of #935403
Complementary color
Monochromatic Colors of #935403
Black with #935403
Text Example
Text Example
White with #935403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935403; }
p { color: rgb(147,84,3); }
H1.HeaderClassName
{
color: #935403;
}
.AnyTagClassName
{
color: #935403;
}
</style>
background-color css
<style>
a { background-color: #935403; }
a { background-color: rgb(147,84,3); }
div.DivClassName
{
background-color: #935403;
}
.BgClassName
{
background-color: #935403;
}
</style>
border-color css
<style>
span { border-color: #935403; }
span { border-color: rgb(147,84,3); }
td.TdClassName
{
border-color: #935403;
}
.TagClassName
{
border-color: #935403;
}
</style>