Shades of Saddle Brown #95420C
Tints of Saddle Brown #95420C
RGB
CMYK
RGB Variations
Color information
#95420C (or 0x95420C) is known color: Saddle Brown. HEX triplet: 95, 42 and 0C. RGB value is (149,66,12). Sum of RGB (Red+Green+Blue) = 149+66+12=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95420C is #6ABDF3. Grayscale: #545454. Windows color (decimal): -6995444 or 803477. OLE color: 803477.
HSL color Cylindrical-coordinate representation of color #95420C: hue angle of 23.65º 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 #95420C is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 12 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.42 |
| HSL | 23.65º | 0.85% | 0.32% | - |
| HSV(B) | 23.65º | 0.92% | 0.58% | - |
| XYZ | 14.41 | 10.31 | 1.58 | - |
| YUV | 84.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 12 | 0 | 0.56 | 0.92 | 0.42 | 23.65 | 0.85 | 0.32 |
| Hex | 95 | 42 | C | 0 | 38 | 5C | 2A | 18 | 55 | 20 |
| Octal | 225 | 102 | 14 | 0 | 70 | 134 | 52 | 30 | 125 | 40 |
| Binary | 10010101 | 1000010 | 1100 | 0 | 111000 | 1011100 | 101010 | 11000 | 1010101 | 100000 |
Color Harmonies of #95420C
Complementary color
Monochromatic Colors of #95420C
Black with #95420C
Text Example
Text Example
White with #95420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95420C; }
p { color: rgb(149,66,12); }
H1.HeaderClassName
{
color: #95420C;
}
.AnyTagClassName
{
color: #95420C;
}
</style>
background-color css
<style>
a { background-color: #95420C; }
a { background-color: rgb(149,66,12); }
div.DivClassName
{
background-color: #95420C;
}
.BgClassName
{
background-color: #95420C;
}
</style>
border-color css
<style>
span { border-color: #95420C; }
span { border-color: rgb(149,66,12); }
td.TdClassName
{
border-color: #95420C;
}
.TagClassName
{
border-color: #95420C;
}
</style>