Shades of Golden Brown #955B08
Tints of Golden Brown #955B08
RGB
CMYK
RGB Variations
Color information
#955B08 (or 0x955B08) is known color: Golden Brown. HEX triplet: 95, 5B and 08. RGB value is (149,91,8). Sum of RGB (Red+Green+Blue) = 149+91+8=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #955B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955B08 is #6AA4F7. Grayscale: #636363. Windows color (decimal): -6989048 or 547733. OLE color: 547733.
HSL color Cylindrical-coordinate representation of color #955B08: hue angle of 35.32º 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 #955B08 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.42 |
| HSL | 35.32º | 0.9% | 0.31% | - |
| HSV(B) | 35.32º | 0.95% | 0.58% | - |
| XYZ | 16.18 | 13.89 | 2.06 | - |
| YUV | 98.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 8 | 0 | 0.39 | 0.95 | 0.42 | 35.32 | 0.9 | 0.31 |
| Hex | 95 | 5B | 8 | 0 | 27 | 5F | 2A | 23 | 5A | 1F |
| Octal | 225 | 133 | 10 | 0 | 47 | 137 | 52 | 43 | 132 | 37 |
| Binary | 10010101 | 1011011 | 1000 | 0 | 100111 | 1011111 | 101010 | 100011 | 1011010 | 11111 |
Color Harmonies of #955B08
Complementary color
Monochromatic Colors of #955B08
Black with #955B08
Text Example
Text Example
White with #955B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B08; }
p { color: rgb(149,91,8); }
H1.HeaderClassName
{
color: #955B08;
}
.AnyTagClassName
{
color: #955B08;
}
</style>
background-color css
<style>
a { background-color: #955B08; }
a { background-color: rgb(149,91,8); }
div.DivClassName
{
background-color: #955B08;
}
.BgClassName
{
background-color: #955B08;
}
</style>
border-color css
<style>
span { border-color: #955B08; }
span { border-color: rgb(149,91,8); }
td.TdClassName
{
border-color: #955B08;
}
.TagClassName
{
border-color: #955B08;
}
</style>