Shades of Golden Brown #955802
Tints of Golden Brown #955802
RGB
CMYK
RGB Variations
Color information
#955802 (or 0x955802) is known color: Golden Brown. HEX triplet: 95, 58 and 02. RGB value is (149,88,2). Sum of RGB (Red+Green+Blue) = 149+88+2=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955802 is #6AA7FD. Grayscale: #606060. Windows color (decimal): -6989822 or 153749. OLE color: 153749.
HSL color Cylindrical-coordinate representation of color #955802: hue angle of 35.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955802 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.42 |
| HSL | 35.1º | 0.97% | 0.3% | - |
| HSV(B) | 35.1º | 0.99% | 0.58% | - |
| XYZ | 15.9 | 13.37 | 1.8 | - |
| YUV | 96.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 2 | 0 | 0.41 | 0.99 | 0.42 | 35.1 | 0.97 | 0.3 |
| Hex | 95 | 58 | 2 | 0 | 29 | 63 | 2A | 23 | 61 | 1E |
| Octal | 225 | 130 | 2 | 0 | 51 | 143 | 52 | 43 | 141 | 36 |
| Binary | 10010101 | 1011000 | 10 | 0 | 101001 | 1100011 | 101010 | 100011 | 1100001 | 11110 |
Color Harmonies of #955802
Complementary color
Monochromatic Colors of #955802
Black with #955802
Text Example
Text Example
White with #955802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955802; }
p { color: rgb(149,88,2); }
H1.HeaderClassName
{
color: #955802;
}
.AnyTagClassName
{
color: #955802;
}
</style>
background-color css
<style>
a { background-color: #955802; }
a { background-color: rgb(149,88,2); }
div.DivClassName
{
background-color: #955802;
}
.BgClassName
{
background-color: #955802;
}
</style>
border-color css
<style>
span { border-color: #955802; }
span { border-color: rgb(149,88,2); }
td.TdClassName
{
border-color: #955802;
}
.TagClassName
{
border-color: #955802;
}
</style>