Shades of Saddle Brown #94401B
Tints of Saddle Brown #94401B
RGB
CMYK
RGB Variations
Color information
#94401B (or 0x94401B) is known color: Saddle Brown. HEX triplet: 94, 40 and 1B. RGB value is (148,64,27). Sum of RGB (Red+Green+Blue) = 148+64+27=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #94401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94401B is #6BBFE4. Grayscale: #555555. Windows color (decimal): -7061477 or 1786004. OLE color: 1786004.
HSL color Cylindrical-coordinate representation of color #94401B: hue angle of 18.35º 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 #94401B is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 27 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.42 |
| HSL | 18.35º | 0.69% | 0.34% | - |
| HSV(B) | 18.35º | 0.82% | 0.58% | - |
| XYZ | 14.24 | 10.04 | 2.22 | - |
| YUV | 84.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 27 | 0 | 0.57 | 0.82 | 0.42 | 18.35 | 0.69 | 0.34 |
| Hex | 94 | 40 | 1B | 0 | 39 | 52 | 2A | 12 | 45 | 22 |
| Octal | 224 | 100 | 33 | 0 | 71 | 122 | 52 | 22 | 105 | 42 |
| Binary | 10010100 | 1000000 | 11011 | 0 | 111001 | 1010010 | 101010 | 10010 | 1000101 | 100010 |
Color Harmonies of #94401B
Complementary color
Monochromatic Colors of #94401B
Black with #94401B
Text Example
Text Example
White with #94401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94401B; }
p { color: rgb(148,64,27); }
H1.HeaderClassName
{
color: #94401B;
}
.AnyTagClassName
{
color: #94401B;
}
</style>
background-color css
<style>
a { background-color: #94401B; }
a { background-color: rgb(148,64,27); }
div.DivClassName
{
background-color: #94401B;
}
.BgClassName
{
background-color: #94401B;
}
</style>
border-color css
<style>
span { border-color: #94401B; }
span { border-color: rgb(148,64,27); }
td.TdClassName
{
border-color: #94401B;
}
.TagClassName
{
border-color: #94401B;
}
</style>