Shades of Golden Brown #955F18
Tints of Golden Brown #955F18
RGB
CMYK
RGB Variations
Color information
#955F18 (or 0x955F18) is known color: Golden Brown. HEX triplet: 95, 5F and 18. RGB value is (149,95,24). Sum of RGB (Red+Green+Blue) = 149+95+24=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #955F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F18 is #6AA0E7. Grayscale: #676767. Windows color (decimal): -6988008 or 1597333. OLE color: 1597333.
HSL color Cylindrical-coordinate representation of color #955F18: hue angle of 34.08º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #955F18 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 24 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.42 |
| HSL | 34.08º | 0.72% | 0.34% | - |
| HSV(B) | 34.08º | 0.84% | 0.58% | - |
| XYZ | 16.65 | 14.64 | 2.81 | - |
| YUV | 103.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 24 | 0 | 0.36 | 0.84 | 0.42 | 34.08 | 0.72 | 0.34 |
| Hex | 95 | 5F | 18 | 0 | 24 | 54 | 2A | 22 | 48 | 22 |
| Octal | 225 | 137 | 30 | 0 | 44 | 124 | 52 | 42 | 110 | 42 |
| Binary | 10010101 | 1011111 | 11000 | 0 | 100100 | 1010100 | 101010 | 100010 | 1001000 | 100010 |
Color Harmonies of #955F18
Complementary color
Monochromatic Colors of #955F18
Black with #955F18
Text Example
Text Example
White with #955F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F18; }
p { color: rgb(149,95,24); }
H1.HeaderClassName
{
color: #955F18;
}
.AnyTagClassName
{
color: #955F18;
}
</style>
background-color css
<style>
a { background-color: #955F18; }
a { background-color: rgb(149,95,24); }
div.DivClassName
{
background-color: #955F18;
}
.BgClassName
{
background-color: #955F18;
}
</style>
border-color css
<style>
span { border-color: #955F18; }
span { border-color: rgb(149,95,24); }
td.TdClassName
{
border-color: #955F18;
}
.TagClassName
{
border-color: #955F18;
}
</style>