Shades of Saddle Brown #94530C
Tints of Saddle Brown #94530C
RGB
CMYK
RGB Variations
Color information
#94530C (or 0x94530C) is known color: Saddle Brown. HEX triplet: 94, 53 and 0C. RGB value is (148,83,12). Sum of RGB (Red+Green+Blue) = 148+83+12=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530C is #6BACF3. Grayscale: #5E5E5E. Windows color (decimal): -7056628 or 807828. OLE color: 807828.
HSL color Cylindrical-coordinate representation of color #94530C: hue angle of 31.32º 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 #94530C is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 12 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.42 |
| HSL | 31.32º | 0.85% | 0.31% | - |
| HSV(B) | 31.32º | 0.92% | 0.58% | - |
| XYZ | 15.37 | 12.51 | 1.95 | - |
| YUV | 94.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 12 | 0 | 0.44 | 0.92 | 0.42 | 31.32 | 0.85 | 0.31 |
| Hex | 94 | 53 | C | 0 | 2C | 5C | 2A | 1F | 55 | 1F |
| Octal | 224 | 123 | 14 | 0 | 54 | 134 | 52 | 37 | 125 | 37 |
| Binary | 10010100 | 1010011 | 1100 | 0 | 101100 | 1011100 | 101010 | 11111 | 1010101 | 11111 |
Color Harmonies of #94530C
Complementary color
Monochromatic Colors of #94530C
Black with #94530C
Text Example
Text Example
White with #94530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94530C; }
p { color: rgb(148,83,12); }
H1.HeaderClassName
{
color: #94530C;
}
.AnyTagClassName
{
color: #94530C;
}
</style>
background-color css
<style>
a { background-color: #94530C; }
a { background-color: rgb(148,83,12); }
div.DivClassName
{
background-color: #94530C;
}
.BgClassName
{
background-color: #94530C;
}
</style>
border-color css
<style>
span { border-color: #94530C; }
span { border-color: rgb(148,83,12); }
td.TdClassName
{
border-color: #94530C;
}
.TagClassName
{
border-color: #94530C;
}
</style>