Shades of Saddle Brown #94520D
Tints of Saddle Brown #94520D
RGB
CMYK
RGB Variations
Color information
#94520D (or 0x94520D) is known color: Saddle Brown. HEX triplet: 94, 52 and 0D. RGB value is (148,82,13). Sum of RGB (Red+Green+Blue) = 148+82+13=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94520D is #6BADF2. Grayscale: #5E5E5E. Windows color (decimal): -7056883 or 873108. OLE color: 873108.
HSL color Cylindrical-coordinate representation of color #94520D: hue angle of 30.67º 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 #94520D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 13 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.42 |
| HSL | 30.67º | 0.84% | 0.32% | - |
| HSV(B) | 30.67º | 0.91% | 0.58% | - |
| XYZ | 15.3 | 12.36 | 1.96 | - |
| YUV | 93.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 13 | 0 | 0.45 | 0.91 | 0.42 | 30.67 | 0.84 | 0.32 |
| Hex | 94 | 52 | D | 0 | 2D | 5B | 2A | 1F | 54 | 20 |
| Octal | 224 | 122 | 15 | 0 | 55 | 133 | 52 | 37 | 124 | 40 |
| Binary | 10010100 | 1010010 | 1101 | 0 | 101101 | 1011011 | 101010 | 11111 | 1010100 | 100000 |
Color Harmonies of #94520D
Complementary color
Monochromatic Colors of #94520D
Black with #94520D
Text Example
Text Example
White with #94520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94520D; }
p { color: rgb(148,82,13); }
H1.HeaderClassName
{
color: #94520D;
}
.AnyTagClassName
{
color: #94520D;
}
</style>
background-color css
<style>
a { background-color: #94520D; }
a { background-color: rgb(148,82,13); }
div.DivClassName
{
background-color: #94520D;
}
.BgClassName
{
background-color: #94520D;
}
</style>
border-color css
<style>
span { border-color: #94520D; }
span { border-color: rgb(148,82,13); }
td.TdClassName
{
border-color: #94520D;
}
.TagClassName
{
border-color: #94520D;
}
</style>