Shades of Saddle Brown #95380C
Tints of Saddle Brown #95380C
RGB
CMYK
RGB Variations
Color information
#95380C (or 0x95380C) is known color: Saddle Brown. HEX triplet: 95, 38 and 0C. RGB value is (149,56,12). Sum of RGB (Red+Green+Blue) = 149+56+12=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95380C is #6AC7F3. Grayscale: #4F4F4F. Windows color (decimal): -6998004 or 800917. OLE color: 800917.
HSL color Cylindrical-coordinate representation of color #95380C: hue angle of 19.27º 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 #95380C is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 12 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.42 |
| HSL | 19.27º | 0.85% | 0.32% | - |
| HSV(B) | 19.27º | 0.92% | 0.58% | - |
| XYZ | 13.87 | 9.24 | 1.4 | - |
| YUV | 78.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 12 | 0 | 0.62 | 0.92 | 0.42 | 19.27 | 0.85 | 0.32 |
| Hex | 95 | 38 | C | 0 | 3E | 5C | 2A | 13 | 55 | 20 |
| Octal | 225 | 70 | 14 | 0 | 76 | 134 | 52 | 23 | 125 | 40 |
| Binary | 10010101 | 111000 | 1100 | 0 | 111110 | 1011100 | 101010 | 10011 | 1010101 | 100000 |
Color Harmonies of #95380C
Complementary color
Monochromatic Colors of #95380C
Black with #95380C
Text Example
Text Example
White with #95380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95380C; }
p { color: rgb(149,56,12); }
H1.HeaderClassName
{
color: #95380C;
}
.AnyTagClassName
{
color: #95380C;
}
</style>
background-color css
<style>
a { background-color: #95380C; }
a { background-color: rgb(149,56,12); }
div.DivClassName
{
background-color: #95380C;
}
.BgClassName
{
background-color: #95380C;
}
</style>
border-color css
<style>
span { border-color: #95380C; }
span { border-color: rgb(149,56,12); }
td.TdClassName
{
border-color: #95380C;
}
.TagClassName
{
border-color: #95380C;
}
</style>