Shades of Golden Brown #955C08
Tints of Golden Brown #955C08
RGB
CMYK
RGB Variations
Color information
#955C08 (or 0x955C08) is known color: Golden Brown. HEX triplet: 95, 5C and 08. RGB value is (149,92,8). Sum of RGB (Red+Green+Blue) = 149+92+8=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #955C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C08 is #6AA3F7. Grayscale: #636363. Windows color (decimal): -6988792 or 547989. OLE color: 547989.
HSL color Cylindrical-coordinate representation of color #955C08: hue angle of 35.74º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955C08 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 8 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.42 |
| HSL | 35.74º | 0.9% | 0.31% | - |
| HSV(B) | 35.74º | 0.95% | 0.58% | - |
| XYZ | 16.27 | 14.06 | 2.09 | - |
| YUV | 99.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 8 | 0 | 0.38 | 0.95 | 0.42 | 35.74 | 0.9 | 0.31 |
| Hex | 95 | 5C | 8 | 0 | 26 | 5F | 2A | 24 | 5A | 1F |
| Octal | 225 | 134 | 10 | 0 | 46 | 137 | 52 | 44 | 132 | 37 |
| Binary | 10010101 | 1011100 | 1000 | 0 | 100110 | 1011111 | 101010 | 100100 | 1011010 | 11111 |
Color Harmonies of #955C08
Complementary color
Monochromatic Colors of #955C08
Black with #955C08
Text Example
Text Example
White with #955C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C08; }
p { color: rgb(149,92,8); }
H1.HeaderClassName
{
color: #955C08;
}
.AnyTagClassName
{
color: #955C08;
}
</style>
background-color css
<style>
a { background-color: #955C08; }
a { background-color: rgb(149,92,8); }
div.DivClassName
{
background-color: #955C08;
}
.BgClassName
{
background-color: #955C08;
}
</style>
border-color css
<style>
span { border-color: #955C08; }
span { border-color: rgb(149,92,8); }
td.TdClassName
{
border-color: #955C08;
}
.TagClassName
{
border-color: #955C08;
}
</style>