Shades of Saddle Brown #93430D
Tints of Saddle Brown #93430D
RGB
CMYK
RGB Variations
Color information
#93430D (or 0x93430D) is known color: Saddle Brown. HEX triplet: 93, 43 and 0D. RGB value is (147,67,13). Sum of RGB (Red+Green+Blue) = 147+67+13=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93430D is #6CBCF2. Grayscale: #555555. Windows color (decimal): -7126259 or 869267. OLE color: 869267.
HSL color Cylindrical-coordinate representation of color #93430D: hue angle of 24.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93430D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 13 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.42 |
| HSL | 24.18º | 0.84% | 0.31% | - |
| HSV(B) | 24.18º | 0.91% | 0.58% | - |
| XYZ | 14.11 | 10.25 | 1.61 | - |
| YUV | 84.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 13 | 0 | 0.54 | 0.91 | 0.42 | 24.18 | 0.84 | 0.31 |
| Hex | 93 | 43 | D | 0 | 36 | 5B | 2A | 18 | 54 | 1F |
| Octal | 223 | 103 | 15 | 0 | 66 | 133 | 52 | 30 | 124 | 37 |
| Binary | 10010011 | 1000011 | 1101 | 0 | 110110 | 1011011 | 101010 | 11000 | 1010100 | 11111 |
Color Harmonies of #93430D
Complementary color
Monochromatic Colors of #93430D
Black with #93430D
Text Example
Text Example
White with #93430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93430D; }
p { color: rgb(147,67,13); }
H1.HeaderClassName
{
color: #93430D;
}
.AnyTagClassName
{
color: #93430D;
}
</style>
background-color css
<style>
a { background-color: #93430D; }
a { background-color: rgb(147,67,13); }
div.DivClassName
{
background-color: #93430D;
}
.BgClassName
{
background-color: #93430D;
}
</style>
border-color css
<style>
span { border-color: #93430D; }
span { border-color: rgb(147,67,13); }
td.TdClassName
{
border-color: #93430D;
}
.TagClassName
{
border-color: #93430D;
}
</style>