Shades of Saddle Brown #943400
Tints of Saddle Brown #943400
RGB
CMYK
RGB Variations
Color information
#943400 (or 0x943400) is known color: Saddle Brown. HEX triplet: 94, 34 and 00. RGB value is (148,52,0). Sum of RGB (Red+Green+Blue) = 148+52+0=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #943400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943400 is #6BCBFF. Grayscale: #4B4B4B. Windows color (decimal): -7064576 or 13460. OLE color: 13460.
HSL color Cylindrical-coordinate representation of color #943400: hue angle of 21.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #943400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.42 |
| HSL | 21.08º | 1% | 0.29% | - |
| HSV(B) | 21.08º | 1% | 0.58% | - |
| XYZ | 13.44 | 8.75 | 0.98 | - |
| YUV | 74.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 0 | 0 | 0.65 | 1 | 0.42 | 21.08 | 1 | 0.29 |
| Hex | 94 | 34 | 0 | 0 | 41 | 64 | 2A | 15 | 64 | 1D |
| Octal | 224 | 64 | 0 | 0 | 101 | 144 | 52 | 25 | 144 | 35 |
| Binary | 10010100 | 110100 | 0 | 0 | 1000001 | 1100100 | 101010 | 10101 | 1100100 | 11101 |
Color Harmonies of #943400
Complementary color
Monochromatic Colors of #943400
Black with #943400
Text Example
Text Example
White with #943400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943400; }
p { color: rgb(148,52,0); }
H1.HeaderClassName
{
color: #943400;
}
.AnyTagClassName
{
color: #943400;
}
</style>
background-color css
<style>
a { background-color: #943400; }
a { background-color: rgb(148,52,0); }
div.DivClassName
{
background-color: #943400;
}
.BgClassName
{
background-color: #943400;
}
</style>
border-color css
<style>
span { border-color: #943400; }
span { border-color: rgb(148,52,0); }
td.TdClassName
{
border-color: #943400;
}
.TagClassName
{
border-color: #943400;
}
</style>