Shades of Saddle Brown #94471B
Tints of Saddle Brown #94471B
RGB
CMYK
RGB Variations
Color information
#94471B (or 0x94471B) is known color: Saddle Brown. HEX triplet: 94, 47 and 1B. RGB value is (148,71,27). Sum of RGB (Red+Green+Blue) = 148+71+27=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94471B is #6BB8E4. Grayscale: #595959. Windows color (decimal): -7059685 or 1787796. OLE color: 1787796.
HSL color Cylindrical-coordinate representation of color #94471B: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94471B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 27 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.42 |
| HSL | 21.82º | 0.69% | 0.34% | - |
| HSV(B) | 21.82º | 0.82% | 0.58% | - |
| XYZ | 14.66 | 10.88 | 2.36 | - |
| YUV | 89.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 27 | 0 | 0.52 | 0.82 | 0.42 | 21.82 | 0.69 | 0.34 |
| Hex | 94 | 47 | 1B | 0 | 34 | 52 | 2A | 16 | 45 | 22 |
| Octal | 224 | 107 | 33 | 0 | 64 | 122 | 52 | 26 | 105 | 42 |
| Binary | 10010100 | 1000111 | 11011 | 0 | 110100 | 1010010 | 101010 | 10110 | 1000101 | 100010 |
Color Harmonies of #94471B
Complementary color
Monochromatic Colors of #94471B
Black with #94471B
Text Example
Text Example
White with #94471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94471B; }
p { color: rgb(148,71,27); }
H1.HeaderClassName
{
color: #94471B;
}
.AnyTagClassName
{
color: #94471B;
}
</style>
background-color css
<style>
a { background-color: #94471B; }
a { background-color: rgb(148,71,27); }
div.DivClassName
{
background-color: #94471B;
}
.BgClassName
{
background-color: #94471B;
}
</style>
border-color css
<style>
span { border-color: #94471B; }
span { border-color: rgb(148,71,27); }
td.TdClassName
{
border-color: #94471B;
}
.TagClassName
{
border-color: #94471B;
}
</style>