Shades of Saddle Brown #95320C
Tints of Saddle Brown #95320C
RGB
CMYK
RGB Variations
Color information
#95320C (or 0x95320C) is known color: Saddle Brown. HEX triplet: 95, 32 and 0C. RGB value is (149,50,12). Sum of RGB (Red+Green+Blue) = 149+50+12=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95320C is #6ACDF3. Grayscale: #4B4B4B. Windows color (decimal): -6999540 or 799381. OLE color: 799381.
HSL color Cylindrical-coordinate representation of color #95320C: hue angle of 16.64º 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 #95320C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 12 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.42 |
| HSL | 16.64º | 0.85% | 0.32% | - |
| HSV(B) | 16.64º | 0.92% | 0.58% | - |
| XYZ | 13.6 | 8.7 | 1.31 | - |
| YUV | 75.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 12 | 0 | 0.66 | 0.92 | 0.42 | 16.64 | 0.85 | 0.32 |
| Hex | 95 | 32 | C | 0 | 42 | 5C | 2A | 11 | 55 | 20 |
| Octal | 225 | 62 | 14 | 0 | 102 | 134 | 52 | 21 | 125 | 40 |
| Binary | 10010101 | 110010 | 1100 | 0 | 1000010 | 1011100 | 101010 | 10001 | 1010101 | 100000 |
Color Harmonies of #95320C
Complementary color
Monochromatic Colors of #95320C
Black with #95320C
Text Example
Text Example
White with #95320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95320C; }
p { color: rgb(149,50,12); }
H1.HeaderClassName
{
color: #95320C;
}
.AnyTagClassName
{
color: #95320C;
}
</style>
background-color css
<style>
a { background-color: #95320C; }
a { background-color: rgb(149,50,12); }
div.DivClassName
{
background-color: #95320C;
}
.BgClassName
{
background-color: #95320C;
}
</style>
border-color css
<style>
span { border-color: #95320C; }
span { border-color: rgb(149,50,12); }
td.TdClassName
{
border-color: #95320C;
}
.TagClassName
{
border-color: #95320C;
}
</style>