Shades of Saddle Brown #93450E
Tints of Saddle Brown #93450E
RGB
CMYK
RGB Variations
Color information
#93450E (or 0x93450E) is known color: Saddle Brown. HEX triplet: 93, 45 and 0E. RGB value is (147,69,14). Sum of RGB (Red+Green+Blue) = 147+69+14=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #93450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93450E is #6CBAF1. Grayscale: #565656. Windows color (decimal): -7125746 or 935315. OLE color: 935315.
HSL color Cylindrical-coordinate representation of color #93450E: hue angle of 24.81º degrees, saturation: 0.83, 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 #93450E is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 69 | 14 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.42 |
| HSL | 24.81º | 0.83% | 0.32% | - |
| HSV(B) | 24.81º | 0.9% | 0.58% | - |
| XYZ | 14.24 | 10.49 | 1.69 | - |
| YUV | 86.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 14 | 0 | 0.53 | 0.90 | 0.42 | 24.81 | 0.83 | 0.32 |
| Hex | 93 | 45 | E | 0 | 35 | 5A | 2A | 19 | 53 | 20 |
| Octal | 223 | 105 | 16 | 0 | 65 | 132 | 52 | 31 | 123 | 40 |
| Binary | 10010011 | 1000101 | 1110 | 0 | 110101 | 1011010 | 101010 | 11001 | 1010011 | 100000 |
Color Harmonies of #93450E
Complementary color
Monochromatic Colors of #93450E
Black with #93450E
Text Example
Text Example
White with #93450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93450E; }
p { color: rgb(147,69,14); }
H1.HeaderClassName
{
color: #93450E;
}
.AnyTagClassName
{
color: #93450E;
}
</style>
background-color css
<style>
a { background-color: #93450E; }
a { background-color: rgb(147,69,14); }
div.DivClassName
{
background-color: #93450E;
}
.BgClassName
{
background-color: #93450E;
}
</style>
border-color css
<style>
span { border-color: #93450E; }
span { border-color: rgb(147,69,14); }
td.TdClassName
{
border-color: #93450E;
}
.TagClassName
{
border-color: #93450E;
}
</style>