Shades of Saddle Brown #95500C
Tints of Saddle Brown #95500C
RGB
CMYK
RGB Variations
Color information
#95500C (or 0x95500C) is known color: Saddle Brown. HEX triplet: 95, 50 and 0C. RGB value is (149,80,12). Sum of RGB (Red+Green+Blue) = 149+80+12=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95500C is #6AAFF3. Grayscale: #5D5D5D. Windows color (decimal): -6991860 or 807061. OLE color: 807061.
HSL color Cylindrical-coordinate representation of color #95500C: hue angle of 29.78º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95500C is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 12 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.42 |
| HSL | 29.78º | 0.85% | 0.32% | - |
| HSV(B) | 29.78º | 0.92% | 0.58% | - |
| XYZ | 15.33 | 12.15 | 1.89 | - |
| YUV | 92.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 12 | 0 | 0.46 | 0.92 | 0.42 | 29.78 | 0.85 | 0.32 |
| Hex | 95 | 50 | C | 0 | 2E | 5C | 2A | 1E | 55 | 20 |
| Octal | 225 | 120 | 14 | 0 | 56 | 134 | 52 | 36 | 125 | 40 |
| Binary | 10010101 | 1010000 | 1100 | 0 | 101110 | 1011100 | 101010 | 11110 | 1010101 | 100000 |
Color Harmonies of #95500C
Complementary color
Monochromatic Colors of #95500C
Black with #95500C
Text Example
Text Example
White with #95500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95500C; }
p { color: rgb(149,80,12); }
H1.HeaderClassName
{
color: #95500C;
}
.AnyTagClassName
{
color: #95500C;
}
</style>
background-color css
<style>
a { background-color: #95500C; }
a { background-color: rgb(149,80,12); }
div.DivClassName
{
background-color: #95500C;
}
.BgClassName
{
background-color: #95500C;
}
</style>
border-color css
<style>
span { border-color: #95500C; }
span { border-color: rgb(149,80,12); }
td.TdClassName
{
border-color: #95500C;
}
.TagClassName
{
border-color: #95500C;
}
</style>