Shades of Saddle Brown #93380C
Tints of Saddle Brown #93380C
RGB
CMYK
RGB Variations
Color information
#93380C (or 0x93380C) is known color: Saddle Brown. HEX triplet: 93, 38 and 0C. RGB value is (147,56,12). Sum of RGB (Red+Green+Blue) = 147+56+12=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #93380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93380C is #6CC7F3. Grayscale: #4E4E4E. Windows color (decimal): -7129076 or 800915. OLE color: 800915.
HSL color Cylindrical-coordinate representation of color #93380C: hue angle of 19.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93380C is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 56 | 12 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.42 |
| HSL | 19.56º | 0.85% | 0.31% | - |
| HSV(B) | 19.56º | 0.92% | 0.58% | - |
| XYZ | 13.51 | 9.06 | 1.38 | - |
| YUV | 78.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 12 | 0 | 0.62 | 0.92 | 0.42 | 19.56 | 0.85 | 0.31 |
| Hex | 93 | 38 | C | 0 | 3E | 5C | 2A | 14 | 55 | 1F |
| Octal | 223 | 70 | 14 | 0 | 76 | 134 | 52 | 24 | 125 | 37 |
| Binary | 10010011 | 111000 | 1100 | 0 | 111110 | 1011100 | 101010 | 10100 | 1010101 | 11111 |
Color Harmonies of #93380C
Complementary color
Monochromatic Colors of #93380C
Black with #93380C
Text Example
Text Example
White with #93380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93380C; }
p { color: rgb(147,56,12); }
H1.HeaderClassName
{
color: #93380C;
}
.AnyTagClassName
{
color: #93380C;
}
</style>
background-color css
<style>
a { background-color: #93380C; }
a { background-color: rgb(147,56,12); }
div.DivClassName
{
background-color: #93380C;
}
.BgClassName
{
background-color: #93380C;
}
</style>
border-color css
<style>
span { border-color: #93380C; }
span { border-color: rgb(147,56,12); }
td.TdClassName
{
border-color: #93380C;
}
.TagClassName
{
border-color: #93380C;
}
</style>