Shades of Saddle Brown #94420D
Tints of Saddle Brown #94420D
RGB
CMYK
RGB Variations
Color information
#94420D (or 0x94420D) is known color: Saddle Brown. HEX triplet: 94, 42 and 0D. RGB value is (148,66,13). Sum of RGB (Red+Green+Blue) = 148+66+13=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94420D is #6BBDF2. Grayscale: #545454. Windows color (decimal): -7060979 or 869012. OLE color: 869012.
HSL color Cylindrical-coordinate representation of color #94420D: hue angle of 23.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94420D is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 13 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.42 |
| HSL | 23.56º | 0.84% | 0.32% | - |
| HSV(B) | 23.56º | 0.91% | 0.58% | - |
| XYZ | 14.23 | 10.22 | 1.6 | - |
| YUV | 84.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 13 | 0 | 0.55 | 0.91 | 0.42 | 23.56 | 0.84 | 0.32 |
| Hex | 94 | 42 | D | 0 | 37 | 5B | 2A | 18 | 54 | 20 |
| Octal | 224 | 102 | 15 | 0 | 67 | 133 | 52 | 30 | 124 | 40 |
| Binary | 10010100 | 1000010 | 1101 | 0 | 110111 | 1011011 | 101010 | 11000 | 1010100 | 100000 |
Color Harmonies of #94420D
Complementary color
Monochromatic Colors of #94420D
Black with #94420D
Text Example
Text Example
White with #94420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94420D; }
p { color: rgb(148,66,13); }
H1.HeaderClassName
{
color: #94420D;
}
.AnyTagClassName
{
color: #94420D;
}
</style>
background-color css
<style>
a { background-color: #94420D; }
a { background-color: rgb(148,66,13); }
div.DivClassName
{
background-color: #94420D;
}
.BgClassName
{
background-color: #94420D;
}
</style>
border-color css
<style>
span { border-color: #94420D; }
span { border-color: rgb(148,66,13); }
td.TdClassName
{
border-color: #94420D;
}
.TagClassName
{
border-color: #94420D;
}
</style>