Shades of Saddle Brown #943D1A
Tints of Saddle Brown #943D1A
RGB
CMYK
RGB Variations
Color information
#943D1A (or 0x943D1A) is known color: Saddle Brown. HEX triplet: 94, 3D and 1A. RGB value is (148,61,26). Sum of RGB (Red+Green+Blue) = 148+61+26=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #943D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D1A is #6BC2E5. Grayscale: #535353. Windows color (decimal): -7062246 or 1719700. OLE color: 1719700.
HSL color Cylindrical-coordinate representation of color #943D1A: hue angle of 17.21º 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 #943D1A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 26 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.42 |
| HSL | 17.21º | 0.7% | 0.34% | - |
| HSV(B) | 17.21º | 0.82% | 0.58% | - |
| XYZ | 14.07 | 9.71 | 2.11 | - |
| YUV | 83.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 26 | 0 | 0.59 | 0.82 | 0.42 | 17.21 | 0.7 | 0.34 |
| Hex | 94 | 3D | 1A | 0 | 3B | 52 | 2A | 11 | 46 | 22 |
| Octal | 224 | 75 | 32 | 0 | 73 | 122 | 52 | 21 | 106 | 42 |
| Binary | 10010100 | 111101 | 11010 | 0 | 111011 | 1010010 | 101010 | 10001 | 1000110 | 100010 |
Color Harmonies of #943D1A
Complementary color
Monochromatic Colors of #943D1A
Black with #943D1A
Text Example
Text Example
White with #943D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D1A; }
p { color: rgb(148,61,26); }
H1.HeaderClassName
{
color: #943D1A;
}
.AnyTagClassName
{
color: #943D1A;
}
</style>
background-color css
<style>
a { background-color: #943D1A; }
a { background-color: rgb(148,61,26); }
div.DivClassName
{
background-color: #943D1A;
}
.BgClassName
{
background-color: #943D1A;
}
</style>
border-color css
<style>
span { border-color: #943D1A; }
span { border-color: rgb(148,61,26); }
td.TdClassName
{
border-color: #943D1A;
}
.TagClassName
{
border-color: #943D1A;
}
</style>