Shades of Saddle Brown #95390F
Tints of Saddle Brown #95390F
RGB
CMYK
RGB Variations
Color information
#95390F (or 0x95390F) is known color: Saddle Brown. HEX triplet: 95, 39 and 0F. RGB value is (149,57,15). Sum of RGB (Red+Green+Blue) = 149+57+15=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #95390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95390F is #6AC6F0. Grayscale: #4F4F4F. Windows color (decimal): -6997745 or 997781. OLE color: 997781.
HSL color Cylindrical-coordinate representation of color #95390F: hue angle of 18.81º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95390F is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 15 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.42 |
| HSL | 18.81º | 0.82% | 0.32% | - |
| HSV(B) | 18.81º | 0.9% | 0.58% | - |
| XYZ | 13.94 | 9.35 | 1.52 | - |
| YUV | 79.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 15 | 0 | 0.62 | 0.90 | 0.42 | 18.81 | 0.82 | 0.32 |
| Hex | 95 | 39 | F | 0 | 3E | 5A | 2A | 13 | 52 | 20 |
| Octal | 225 | 71 | 17 | 0 | 76 | 132 | 52 | 23 | 122 | 40 |
| Binary | 10010101 | 111001 | 1111 | 0 | 111110 | 1011010 | 101010 | 10011 | 1010010 | 100000 |
Color Harmonies of #95390F
Complementary color
Monochromatic Colors of #95390F
Black with #95390F
Text Example
Text Example
White with #95390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95390F; }
p { color: rgb(149,57,15); }
H1.HeaderClassName
{
color: #95390F;
}
.AnyTagClassName
{
color: #95390F;
}
</style>
background-color css
<style>
a { background-color: #95390F; }
a { background-color: rgb(149,57,15); }
div.DivClassName
{
background-color: #95390F;
}
.BgClassName
{
background-color: #95390F;
}
</style>
border-color css
<style>
span { border-color: #95390F; }
span { border-color: rgb(149,57,15); }
td.TdClassName
{
border-color: #95390F;
}
.TagClassName
{
border-color: #95390F;
}
</style>