Shades of Golden Brown #955804
Tints of Golden Brown #955804
RGB
CMYK
RGB Variations
Color information
#955804 (or 0x955804) is known color: Golden Brown. HEX triplet: 95, 58 and 04. RGB value is (149,88,4). Sum of RGB (Red+Green+Blue) = 149+88+4=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #955804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955804 is #6AA7FB. Grayscale: #616161. Windows color (decimal): -6989820 or 284821. OLE color: 284821.
HSL color Cylindrical-coordinate representation of color #955804: hue angle of 34.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #955804 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 4 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.42 |
| HSL | 34.76º | 0.95% | 0.3% | - |
| HSV(B) | 34.76º | 0.97% | 0.58% | - |
| XYZ | 15.91 | 13.38 | 1.86 | - |
| YUV | 96.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 4 | 0 | 0.41 | 0.97 | 0.42 | 34.76 | 0.95 | 0.3 |
| Hex | 95 | 58 | 4 | 0 | 29 | 61 | 2A | 23 | 5F | 1E |
| Octal | 225 | 130 | 4 | 0 | 51 | 141 | 52 | 43 | 137 | 36 |
| Binary | 10010101 | 1011000 | 100 | 0 | 101001 | 1100001 | 101010 | 100011 | 1011111 | 11110 |
Color Harmonies of #955804
Complementary color
Monochromatic Colors of #955804
Black with #955804
Text Example
Text Example
White with #955804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955804; }
p { color: rgb(149,88,4); }
H1.HeaderClassName
{
color: #955804;
}
.AnyTagClassName
{
color: #955804;
}
</style>
background-color css
<style>
a { background-color: #955804; }
a { background-color: rgb(149,88,4); }
div.DivClassName
{
background-color: #955804;
}
.BgClassName
{
background-color: #955804;
}
</style>
border-color css
<style>
span { border-color: #955804; }
span { border-color: rgb(149,88,4); }
td.TdClassName
{
border-color: #955804;
}
.TagClassName
{
border-color: #955804;
}
</style>