Shades of Golden Brown #955F0B
Tints of Golden Brown #955F0B
RGB
CMYK
RGB Variations
Color information
#955F0B (or 0x955F0B) is known color: Golden Brown. HEX triplet: 95, 5F and 0B. RGB value is (149,95,11). Sum of RGB (Red+Green+Blue) = 149+95+11=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #955F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F0B is #6AA0F4. Grayscale: #656565. Windows color (decimal): -6988021 or 745365. OLE color: 745365.
HSL color Cylindrical-coordinate representation of color #955F0B: hue angle of 36.52º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #955F0B is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 11 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.42 |
| HSL | 36.52º | 0.86% | 0.31% | - |
| HSV(B) | 36.52º | 0.93% | 0.58% | - |
| XYZ | 16.55 | 14.6 | 2.26 | - |
| YUV | 101.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 11 | 0 | 0.36 | 0.93 | 0.42 | 36.52 | 0.86 | 0.31 |
| Hex | 95 | 5F | B | 0 | 24 | 5D | 2A | 25 | 56 | 1F |
| Octal | 225 | 137 | 13 | 0 | 44 | 135 | 52 | 45 | 126 | 37 |
| Binary | 10010101 | 1011111 | 1011 | 0 | 100100 | 1011101 | 101010 | 100101 | 1010110 | 11111 |
Color Harmonies of #955F0B
Complementary color
Monochromatic Colors of #955F0B
Black with #955F0B
Text Example
Text Example
White with #955F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F0B; }
p { color: rgb(149,95,11); }
H1.HeaderClassName
{
color: #955F0B;
}
.AnyTagClassName
{
color: #955F0B;
}
</style>
background-color css
<style>
a { background-color: #955F0B; }
a { background-color: rgb(149,95,11); }
div.DivClassName
{
background-color: #955F0B;
}
.BgClassName
{
background-color: #955F0B;
}
</style>
border-color css
<style>
span { border-color: #955F0B; }
span { border-color: rgb(149,95,11); }
td.TdClassName
{
border-color: #955F0B;
}
.TagClassName
{
border-color: #955F0B;
}
</style>