Shades of Saddle Brown #94530B
Tints of Saddle Brown #94530B
RGB
CMYK
RGB Variations
Color information
#94530B (or 0x94530B) is known color: Saddle Brown. HEX triplet: 94, 53 and 0B. RGB value is (148,83,11). Sum of RGB (Red+Green+Blue) = 148+83+11=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #94530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530B is #6BACF4. Grayscale: #5E5E5E. Windows color (decimal): -7056629 or 742292. OLE color: 742292.
HSL color Cylindrical-coordinate representation of color #94530B: hue angle of 31.53º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94530B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 11 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.42 |
| HSL | 31.53º | 0.86% | 0.31% | - |
| HSV(B) | 31.53º | 0.93% | 0.58% | - |
| XYZ | 15.37 | 12.51 | 1.92 | - |
| YUV | 94.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 11 | 0 | 0.44 | 0.93 | 0.42 | 31.53 | 0.86 | 0.31 |
| Hex | 94 | 53 | B | 0 | 2C | 5D | 2A | 20 | 56 | 1F |
| Octal | 224 | 123 | 13 | 0 | 54 | 135 | 52 | 40 | 126 | 37 |
| Binary | 10010100 | 1010011 | 1011 | 0 | 101100 | 1011101 | 101010 | 100000 | 1010110 | 11111 |
Color Harmonies of #94530B
Complementary color
Monochromatic Colors of #94530B
Black with #94530B
Text Example
Text Example
White with #94530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94530B; }
p { color: rgb(148,83,11); }
H1.HeaderClassName
{
color: #94530B;
}
.AnyTagClassName
{
color: #94530B;
}
</style>
background-color css
<style>
a { background-color: #94530B; }
a { background-color: rgb(148,83,11); }
div.DivClassName
{
background-color: #94530B;
}
.BgClassName
{
background-color: #94530B;
}
</style>
border-color css
<style>
span { border-color: #94530B; }
span { border-color: rgb(148,83,11); }
td.TdClassName
{
border-color: #94530B;
}
.TagClassName
{
border-color: #94530B;
}
</style>