Shades of Saddle Brown #94421A
Tints of Saddle Brown #94421A
RGB
CMYK
RGB Variations
Color information
#94421A (or 0x94421A) is known color: Saddle Brown. HEX triplet: 94, 42 and 1A. RGB value is (148,66,26). Sum of RGB (Red+Green+Blue) = 148+66+26=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94421A is #6BBDE5. Grayscale: #565656. Windows color (decimal): -7060966 or 1720980. OLE color: 1720980.
HSL color Cylindrical-coordinate representation of color #94421A: hue angle of 19.67º degrees, saturation: 0.7, 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 #94421A is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 26 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.42 |
| HSL | 19.67º | 0.7% | 0.34% | - |
| HSV(B) | 19.67º | 0.82% | 0.58% | - |
| XYZ | 14.35 | 10.27 | 2.2 | - |
| YUV | 85.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 26 | 0 | 0.55 | 0.82 | 0.42 | 19.67 | 0.7 | 0.34 |
| Hex | 94 | 42 | 1A | 0 | 37 | 52 | 2A | 14 | 46 | 22 |
| Octal | 224 | 102 | 32 | 0 | 67 | 122 | 52 | 24 | 106 | 42 |
| Binary | 10010100 | 1000010 | 11010 | 0 | 110111 | 1010010 | 101010 | 10100 | 1000110 | 100010 |
Color Harmonies of #94421A
Complementary color
Monochromatic Colors of #94421A
Black with #94421A
Text Example
Text Example
White with #94421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94421A; }
p { color: rgb(148,66,26); }
H1.HeaderClassName
{
color: #94421A;
}
.AnyTagClassName
{
color: #94421A;
}
</style>
background-color css
<style>
a { background-color: #94421A; }
a { background-color: rgb(148,66,26); }
div.DivClassName
{
background-color: #94421A;
}
.BgClassName
{
background-color: #94421A;
}
</style>
border-color css
<style>
span { border-color: #94421A; }
span { border-color: rgb(148,66,26); }
td.TdClassName
{
border-color: #94421A;
}
.TagClassName
{
border-color: #94421A;
}
</style>