Shades of Saddle Brown #93450F
Tints of Saddle Brown #93450F
RGB
CMYK
RGB Variations
Color information
#93450F (or 0x93450F) is known color: Saddle Brown. HEX triplet: 93, 45 and 0F. RGB value is (147,69,15). Sum of RGB (Red+Green+Blue) = 147+69+15=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93450F is #6CBAF0. Grayscale: #565656. Windows color (decimal): -7125745 or 1000851. OLE color: 1000851.
HSL color Cylindrical-coordinate representation of color #93450F: hue angle of 24.55º degrees, saturation: 0.81, 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 #93450F is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 69 | 15 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.42 |
| HSL | 24.55º | 0.81% | 0.32% | - |
| HSV(B) | 24.55º | 0.9% | 0.58% | - |
| XYZ | 14.25 | 10.49 | 1.73 | - |
| YUV | 86.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 15 | 0 | 0.53 | 0.90 | 0.42 | 24.55 | 0.81 | 0.32 |
| Hex | 93 | 45 | F | 0 | 35 | 5A | 2A | 19 | 51 | 20 |
| Octal | 223 | 105 | 17 | 0 | 65 | 132 | 52 | 31 | 121 | 40 |
| Binary | 10010011 | 1000101 | 1111 | 0 | 110101 | 1011010 | 101010 | 11001 | 1010001 | 100000 |
Color Harmonies of #93450F
Complementary color
Monochromatic Colors of #93450F
Black with #93450F
Text Example
Text Example
White with #93450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93450F; }
p { color: rgb(147,69,15); }
H1.HeaderClassName
{
color: #93450F;
}
.AnyTagClassName
{
color: #93450F;
}
</style>
background-color css
<style>
a { background-color: #93450F; }
a { background-color: rgb(147,69,15); }
div.DivClassName
{
background-color: #93450F;
}
.BgClassName
{
background-color: #93450F;
}
</style>
border-color css
<style>
span { border-color: #93450F; }
span { border-color: rgb(147,69,15); }
td.TdClassName
{
border-color: #93450F;
}
.TagClassName
{
border-color: #93450F;
}
</style>