Shades of Saddle Brown #95330C
Tints of Saddle Brown #95330C
RGB
CMYK
RGB Variations
Color information
#95330C (or 0x95330C) is known color: Saddle Brown. HEX triplet: 95, 33 and 0C. RGB value is (149,51,12). Sum of RGB (Red+Green+Blue) = 149+51+12=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95330C is #6ACCF3. Grayscale: #4C4C4C. Windows color (decimal): -6999284 or 799637. OLE color: 799637.
HSL color Cylindrical-coordinate representation of color #95330C: hue angle of 17.08º 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 #95330C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 51 | 12 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.42 |
| HSL | 17.08º | 0.85% | 0.32% | - |
| HSV(B) | 17.08º | 0.92% | 0.58% | - |
| XYZ | 13.64 | 8.78 | 1.32 | - |
| YUV | 75.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 12 | 0 | 0.66 | 0.92 | 0.42 | 17.08 | 0.85 | 0.32 |
| Hex | 95 | 33 | C | 0 | 42 | 5C | 2A | 11 | 55 | 20 |
| Octal | 225 | 63 | 14 | 0 | 102 | 134 | 52 | 21 | 125 | 40 |
| Binary | 10010101 | 110011 | 1100 | 0 | 1000010 | 1011100 | 101010 | 10001 | 1010101 | 100000 |
Color Harmonies of #95330C
Complementary color
Monochromatic Colors of #95330C
Black with #95330C
Text Example
Text Example
White with #95330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95330C; }
p { color: rgb(149,51,12); }
H1.HeaderClassName
{
color: #95330C;
}
.AnyTagClassName
{
color: #95330C;
}
</style>
background-color css
<style>
a { background-color: #95330C; }
a { background-color: rgb(149,51,12); }
div.DivClassName
{
background-color: #95330C;
}
.BgClassName
{
background-color: #95330C;
}
</style>
border-color css
<style>
span { border-color: #95330C; }
span { border-color: rgb(149,51,12); }
td.TdClassName
{
border-color: #95330C;
}
.TagClassName
{
border-color: #95330C;
}
</style>