Shades of Saddle Brown #95501B
Tints of Saddle Brown #95501B
RGB
CMYK
RGB Variations
Color information
#95501B (or 0x95501B) is known color: Saddle Brown. HEX triplet: 95, 50 and 1B. RGB value is (149,80,27). Sum of RGB (Red+Green+Blue) = 149+80+27=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95501B is #6AAFE4. Grayscale: #5E5E5E. Windows color (decimal): -6991845 or 1790101. OLE color: 1790101.
HSL color Cylindrical-coordinate representation of color #95501B: hue angle of 26.07º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95501B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 27 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.42 |
| HSL | 26.07º | 0.69% | 0.35% | - |
| HSV(B) | 26.07º | 0.82% | 0.58% | - |
| XYZ | 15.46 | 12.21 | 2.58 | - |
| YUV | 94.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 27 | 0 | 0.46 | 0.82 | 0.42 | 26.07 | 0.69 | 0.35 |
| Hex | 95 | 50 | 1B | 0 | 2E | 52 | 2A | 1A | 45 | 23 |
| Octal | 225 | 120 | 33 | 0 | 56 | 122 | 52 | 32 | 105 | 43 |
| Binary | 10010101 | 1010000 | 11011 | 0 | 101110 | 1010010 | 101010 | 11010 | 1000101 | 100011 |
Color Harmonies of #95501B
Complementary color
Monochromatic Colors of #95501B
Black with #95501B
Text Example
Text Example
White with #95501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95501B; }
p { color: rgb(149,80,27); }
H1.HeaderClassName
{
color: #95501B;
}
.AnyTagClassName
{
color: #95501B;
}
</style>
background-color css
<style>
a { background-color: #95501B; }
a { background-color: rgb(149,80,27); }
div.DivClassName
{
background-color: #95501B;
}
.BgClassName
{
background-color: #95501B;
}
</style>
border-color css
<style>
span { border-color: #95501B; }
span { border-color: rgb(149,80,27); }
td.TdClassName
{
border-color: #95501B;
}
.TagClassName
{
border-color: #95501B;
}
</style>