Shades of Saddle Brown #93441B
Tints of Saddle Brown #93441B
RGB
CMYK
RGB Variations
Color information
#93441B (or 0x93441B) is known color: Saddle Brown. HEX triplet: 93, 44 and 1B. RGB value is (147,68,27). Sum of RGB (Red+Green+Blue) = 147+68+27=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93441B is #6CBBE4. Grayscale: #575757. Windows color (decimal): -7125989 or 1787027. OLE color: 1787027.
HSL color Cylindrical-coordinate representation of color #93441B: hue angle of 20.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93441B is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 27 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.42 |
| HSL | 20.5º | 0.69% | 0.34% | - |
| HSV(B) | 20.5º | 0.82% | 0.58% | - |
| XYZ | 14.3 | 10.42 | 2.29 | - |
| YUV | 86.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 27 | 0 | 0.54 | 0.82 | 0.42 | 20.5 | 0.69 | 0.34 |
| Hex | 93 | 44 | 1B | 0 | 36 | 52 | 2A | 14 | 45 | 22 |
| Octal | 223 | 104 | 33 | 0 | 66 | 122 | 52 | 24 | 105 | 42 |
| Binary | 10010011 | 1000100 | 11011 | 0 | 110110 | 1010010 | 101010 | 10100 | 1000101 | 100010 |
Color Harmonies of #93441B
Complementary color
Monochromatic Colors of #93441B
Black with #93441B
Text Example
Text Example
White with #93441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93441B; }
p { color: rgb(147,68,27); }
H1.HeaderClassName
{
color: #93441B;
}
.AnyTagClassName
{
color: #93441B;
}
</style>
background-color css
<style>
a { background-color: #93441B; }
a { background-color: rgb(147,68,27); }
div.DivClassName
{
background-color: #93441B;
}
.BgClassName
{
background-color: #93441B;
}
</style>
border-color css
<style>
span { border-color: #93441B; }
span { border-color: rgb(147,68,27); }
td.TdClassName
{
border-color: #93441B;
}
.TagClassName
{
border-color: #93441B;
}
</style>