Shades of Saddle Brown #95530B
Tints of Saddle Brown #95530B
RGB
CMYK
RGB Variations
Color information
#95530B (or 0x95530B) is known color: Saddle Brown. HEX triplet: 95, 53 and 0B. RGB value is (149,83,11). Sum of RGB (Red+Green+Blue) = 149+83+11=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95530B is #6AACF4. Grayscale: #5E5E5E. Windows color (decimal): -6991093 or 742293. OLE color: 742293.
HSL color Cylindrical-coordinate representation of color #95530B: hue angle of 31.3º degrees, saturation: 0.86, 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 #95530B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 11 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.42 |
| HSL | 31.3º | 0.86% | 0.31% | - |
| HSV(B) | 31.3º | 0.93% | 0.58% | - |
| XYZ | 15.55 | 12.6 | 1.93 | - |
| YUV | 94.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 11 | 0 | 0.44 | 0.93 | 0.42 | 31.3 | 0.86 | 0.31 |
| Hex | 95 | 53 | B | 0 | 2C | 5D | 2A | 1F | 56 | 1F |
| Octal | 225 | 123 | 13 | 0 | 54 | 135 | 52 | 37 | 126 | 37 |
| Binary | 10010101 | 1010011 | 1011 | 0 | 101100 | 1011101 | 101010 | 11111 | 1010110 | 11111 |
Color Harmonies of #95530B
Complementary color
Monochromatic Colors of #95530B
Black with #95530B
Text Example
Text Example
White with #95530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95530B; }
p { color: rgb(149,83,11); }
H1.HeaderClassName
{
color: #95530B;
}
.AnyTagClassName
{
color: #95530B;
}
</style>
background-color css
<style>
a { background-color: #95530B; }
a { background-color: rgb(149,83,11); }
div.DivClassName
{
background-color: #95530B;
}
.BgClassName
{
background-color: #95530B;
}
</style>
border-color css
<style>
span { border-color: #95530B; }
span { border-color: rgb(149,83,11); }
td.TdClassName
{
border-color: #95530B;
}
.TagClassName
{
border-color: #95530B;
}
</style>