Shades of Golden Brown #955F02
Tints of Golden Brown #955F02
RGB
CMYK
RGB Variations
Color information
#955F02 (or 0x955F02) is known color: Golden Brown. HEX triplet: 95, 5F and 02. RGB value is (149,95,2). Sum of RGB (Red+Green+Blue) = 149+95+2=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #955F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F02 is #6AA0FD. Grayscale: #646464. Windows color (decimal): -6988030 or 155541. OLE color: 155541.
HSL color Cylindrical-coordinate representation of color #955F02: hue angle of 37.96º 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 #955F02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.42 |
| HSL | 37.96º | 0.97% | 0.3% | - |
| HSV(B) | 37.96º | 0.99% | 0.58% | - |
| XYZ | 16.5 | 14.58 | 2 | - |
| YUV | 100.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 2 | 0 | 0.36 | 0.99 | 0.42 | 37.96 | 0.97 | 0.3 |
| Hex | 95 | 5F | 2 | 0 | 24 | 63 | 2A | 26 | 61 | 1E |
| Octal | 225 | 137 | 2 | 0 | 44 | 143 | 52 | 46 | 141 | 36 |
| Binary | 10010101 | 1011111 | 10 | 0 | 100100 | 1100011 | 101010 | 100110 | 1100001 | 11110 |
Color Harmonies of #955F02
Complementary color
Monochromatic Colors of #955F02
Black with #955F02
Text Example
Text Example
White with #955F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F02; }
p { color: rgb(149,95,2); }
H1.HeaderClassName
{
color: #955F02;
}
.AnyTagClassName
{
color: #955F02;
}
</style>
background-color css
<style>
a { background-color: #955F02; }
a { background-color: rgb(149,95,2); }
div.DivClassName
{
background-color: #955F02;
}
.BgClassName
{
background-color: #955F02;
}
</style>
border-color css
<style>
span { border-color: #955F02; }
span { border-color: rgb(149,95,2); }
td.TdClassName
{
border-color: #955F02;
}
.TagClassName
{
border-color: #955F02;
}
</style>