Shades of Golden Brown #995308
Tints of Golden Brown #995308
RGB
CMYK
RGB Variations
Color information
#995308 (or 0x995308) is known color: Golden Brown. HEX triplet: 99, 53 and 08. RGB value is (153,83,8). Sum of RGB (Red+Green+Blue) = 153+83+8=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995308 is #66ACF7. Grayscale: #5F5F5F. Windows color (decimal): -6728952 or 545689. OLE color: 545689.
HSL color Cylindrical-coordinate representation of color #995308: hue angle of 31.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #995308 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 8 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.4 |
| HSL | 31.03º | 0.9% | 0.32% | - |
| HSV(B) | 31.03º | 0.95% | 0.6% | - |
| XYZ | 16.27 | 12.98 | 1.88 | - |
| YUV | 95.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 8 | 0 | 0.46 | 0.95 | 0.4 | 31.03 | 0.9 | 0.32 |
| Hex | 99 | 53 | 8 | 0 | 2E | 5F | 28 | 1F | 5A | 20 |
| Octal | 231 | 123 | 10 | 0 | 56 | 137 | 50 | 37 | 132 | 40 |
| Binary | 10011001 | 1010011 | 1000 | 0 | 101110 | 1011111 | 101000 | 11111 | 1011010 | 100000 |
Color Harmonies of #995308
Complementary color
Monochromatic Colors of #995308
Black with #995308
Text Example
Text Example
White with #995308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995308; }
p { color: rgb(153,83,8); }
H1.HeaderClassName
{
color: #995308;
}
.AnyTagClassName
{
color: #995308;
}
</style>
background-color css
<style>
a { background-color: #995308; }
a { background-color: rgb(153,83,8); }
div.DivClassName
{
background-color: #995308;
}
.BgClassName
{
background-color: #995308;
}
</style>
border-color css
<style>
span { border-color: #995308; }
span { border-color: rgb(153,83,8); }
td.TdClassName
{
border-color: #995308;
}
.TagClassName
{
border-color: #995308;
}
</style>