Shades of Saddle Brown #95500A
Tints of Saddle Brown #95500A
RGB
CMYK
RGB Variations
Color information
#95500A (or 0x95500A) is known color: Saddle Brown. HEX triplet: 95, 50 and 0A. RGB value is (149,80,10). Sum of RGB (Red+Green+Blue) = 149+80+10=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #95500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95500A is #6AAFF5. Grayscale: #5C5C5C. Windows color (decimal): -6991862 or 675989. OLE color: 675989.
HSL color Cylindrical-coordinate representation of color #95500A: hue angle of 30.22º degrees, saturation: 0.87, 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 #95500A is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 10 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.42 |
| HSL | 30.22º | 0.87% | 0.31% | - |
| HSV(B) | 30.22º | 0.93% | 0.58% | - |
| XYZ | 15.32 | 12.15 | 1.82 | - |
| YUV | 92.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 10 | 0 | 0.46 | 0.93 | 0.42 | 30.22 | 0.87 | 0.31 |
| Hex | 95 | 50 | A | 0 | 2E | 5D | 2A | 1E | 57 | 1F |
| Octal | 225 | 120 | 12 | 0 | 56 | 135 | 52 | 36 | 127 | 37 |
| Binary | 10010101 | 1010000 | 1010 | 0 | 101110 | 1011101 | 101010 | 11110 | 1010111 | 11111 |
Color Harmonies of #95500A
Complementary color
Monochromatic Colors of #95500A
Black with #95500A
Text Example
Text Example
White with #95500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95500A; }
p { color: rgb(149,80,10); }
H1.HeaderClassName
{
color: #95500A;
}
.AnyTagClassName
{
color: #95500A;
}
</style>
background-color css
<style>
a { background-color: #95500A; }
a { background-color: rgb(149,80,10); }
div.DivClassName
{
background-color: #95500A;
}
.BgClassName
{
background-color: #95500A;
}
</style>
border-color css
<style>
span { border-color: #95500A; }
span { border-color: rgb(149,80,10); }
td.TdClassName
{
border-color: #95500A;
}
.TagClassName
{
border-color: #95500A;
}
</style>