Shades of Saddle Brown #955308
Tints of Saddle Brown #955308
RGB
CMYK
RGB Variations
Color information
#955308 (or 0x955308) is known color: Saddle Brown. HEX triplet: 95, 53 and 08. RGB value is (149,83,8). Sum of RGB (Red+Green+Blue) = 149+83+8=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #955308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955308 is #6AACF7. Grayscale: #5E5E5E. Windows color (decimal): -6991096 or 545685. OLE color: 545685.
HSL color Cylindrical-coordinate representation of color #955308: hue angle of 31.91º 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 #955308 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 8 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.42 |
| HSL | 31.91º | 0.9% | 0.31% | - |
| HSV(B) | 31.91º | 0.95% | 0.58% | - |
| XYZ | 15.53 | 12.59 | 1.84 | - |
| YUV | 94.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 8 | 0 | 0.44 | 0.95 | 0.42 | 31.91 | 0.9 | 0.31 |
| Hex | 95 | 53 | 8 | 0 | 2C | 5F | 2A | 20 | 5A | 1F |
| Octal | 225 | 123 | 10 | 0 | 54 | 137 | 52 | 40 | 132 | 37 |
| Binary | 10010101 | 1010011 | 1000 | 0 | 101100 | 1011111 | 101010 | 100000 | 1011010 | 11111 |
Color Harmonies of #955308
Complementary color
Monochromatic Colors of #955308
Black with #955308
Text Example
Text Example
White with #955308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955308; }
p { color: rgb(149,83,8); }
H1.HeaderClassName
{
color: #955308;
}
.AnyTagClassName
{
color: #955308;
}
</style>
background-color css
<style>
a { background-color: #955308; }
a { background-color: rgb(149,83,8); }
div.DivClassName
{
background-color: #955308;
}
.BgClassName
{
background-color: #955308;
}
</style>
border-color css
<style>
span { border-color: #955308; }
span { border-color: rgb(149,83,8); }
td.TdClassName
{
border-color: #955308;
}
.TagClassName
{
border-color: #955308;
}
</style>