Shades of Saddle Brown #95501A
Tints of Saddle Brown #95501A
RGB
CMYK
RGB Variations
Color information
#95501A (or 0x95501A) is known color: Saddle Brown. HEX triplet: 95, 50 and 1A. RGB value is (149,80,26). Sum of RGB (Red+Green+Blue) = 149+80+26=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #95501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95501A is #6AAFE5. Grayscale: #5E5E5E. Windows color (decimal): -6991846 or 1724565. OLE color: 1724565.
HSL color Cylindrical-coordinate representation of color #95501A: hue angle of 26.34º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95501A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 26 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.42 |
| HSL | 26.34º | 0.7% | 0.34% | - |
| HSV(B) | 26.34º | 0.83% | 0.58% | - |
| XYZ | 15.45 | 12.2 | 2.52 | - |
| YUV | 94.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 26 | 0 | 0.46 | 0.83 | 0.42 | 26.34 | 0.7 | 0.34 |
| Hex | 95 | 50 | 1A | 0 | 2E | 53 | 2A | 1A | 46 | 22 |
| Octal | 225 | 120 | 32 | 0 | 56 | 123 | 52 | 32 | 106 | 42 |
| Binary | 10010101 | 1010000 | 11010 | 0 | 101110 | 1010011 | 101010 | 11010 | 1000110 | 100010 |
Color Harmonies of #95501A
Complementary color
Monochromatic Colors of #95501A
Black with #95501A
Text Example
Text Example
White with #95501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95501A; }
p { color: rgb(149,80,26); }
H1.HeaderClassName
{
color: #95501A;
}
.AnyTagClassName
{
color: #95501A;
}
</style>
background-color css
<style>
a { background-color: #95501A; }
a { background-color: rgb(149,80,26); }
div.DivClassName
{
background-color: #95501A;
}
.BgClassName
{
background-color: #95501A;
}
</style>
border-color css
<style>
span { border-color: #95501A; }
span { border-color: rgb(149,80,26); }
td.TdClassName
{
border-color: #95501A;
}
.TagClassName
{
border-color: #95501A;
}
</style>