Shades of Golden Brown #95590E
Tints of Golden Brown #95590E
RGB
CMYK
RGB Variations
Color information
#95590E (or 0x95590E) is known color: Golden Brown. HEX triplet: 95, 59 and 0E. RGB value is (149,89,14). Sum of RGB (Red+Green+Blue) = 149+89+14=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #95590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95590E is #6AA6F1. Grayscale: #626262. Windows color (decimal): -6989554 or 940437. OLE color: 940437.
HSL color Cylindrical-coordinate representation of color #95590E: hue angle of 33.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95590E is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 14 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.42 |
| HSL | 33.33º | 0.83% | 0.32% | - |
| HSV(B) | 33.33º | 0.91% | 0.58% | - |
| XYZ | 16.05 | 13.57 | 2.19 | - |
| YUV | 98.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 14 | 0 | 0.40 | 0.91 | 0.42 | 33.33 | 0.83 | 0.32 |
| Hex | 95 | 59 | E | 0 | 28 | 5B | 2A | 21 | 53 | 20 |
| Octal | 225 | 131 | 16 | 0 | 50 | 133 | 52 | 41 | 123 | 40 |
| Binary | 10010101 | 1011001 | 1110 | 0 | 101000 | 1011011 | 101010 | 100001 | 1010011 | 100000 |
Color Harmonies of #95590E
Complementary color
Monochromatic Colors of #95590E
Black with #95590E
Text Example
Text Example
White with #95590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95590E; }
p { color: rgb(149,89,14); }
H1.HeaderClassName
{
color: #95590E;
}
.AnyTagClassName
{
color: #95590E;
}
</style>
background-color css
<style>
a { background-color: #95590E; }
a { background-color: rgb(149,89,14); }
div.DivClassName
{
background-color: #95590E;
}
.BgClassName
{
background-color: #95590E;
}
</style>
border-color css
<style>
span { border-color: #95590E; }
span { border-color: rgb(149,89,14); }
td.TdClassName
{
border-color: #95590E;
}
.TagClassName
{
border-color: #95590E;
}
</style>