Shades of Saddle Brown #94530D
Tints of Saddle Brown #94530D
RGB
CMYK
RGB Variations
Color information
#94530D (or 0x94530D) is known color: Saddle Brown. HEX triplet: 94, 53 and 0D. RGB value is (148,83,13). Sum of RGB (Red+Green+Blue) = 148+83+13=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530D is #6BACF2. Grayscale: #5E5E5E. Windows color (decimal): -7056627 or 873364. OLE color: 873364.
HSL color Cylindrical-coordinate representation of color #94530D: hue angle of 31.11º 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 #94530D is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 13 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.42 |
| HSL | 31.11º | 0.84% | 0.32% | - |
| HSV(B) | 31.11º | 0.91% | 0.58% | - |
| XYZ | 15.38 | 12.51 | 1.99 | - |
| YUV | 94.46 | 82.03 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 13 | 0 | 0.44 | 0.91 | 0.42 | 31.11 | 0.84 | 0.32 |
| Hex | 94 | 53 | D | 0 | 2C | 5B | 2A | 1F | 54 | 20 |
| Octal | 224 | 123 | 15 | 0 | 54 | 133 | 52 | 37 | 124 | 40 |
| Binary | 10010100 | 1010011 | 1101 | 0 | 101100 | 1011011 | 101010 | 11111 | 1010100 | 100000 |
Color Harmonies of #94530D
Complementary color
Monochromatic Colors of #94530D
Black with #94530D
Text Example
Text Example
White with #94530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94530D; }
p { color: rgb(148,83,13); }
H1.HeaderClassName
{
color: #94530D;
}
.AnyTagClassName
{
color: #94530D;
}
</style>
background-color css
<style>
a { background-color: #94530D; }
a { background-color: rgb(148,83,13); }
div.DivClassName
{
background-color: #94530D;
}
.BgClassName
{
background-color: #94530D;
}
</style>
border-color css
<style>
span { border-color: #94530D; }
span { border-color: rgb(148,83,13); }
td.TdClassName
{
border-color: #94530D;
}
.TagClassName
{
border-color: #94530D;
}
</style>