Shades of Saddle Brown #943A0F
Tints of Saddle Brown #943A0F
RGB
CMYK
RGB Variations
Color information
#943A0F (or 0x943A0F) is known color: Saddle Brown. HEX triplet: 94, 3A and 0F. RGB value is (148,58,15). Sum of RGB (Red+Green+Blue) = 148+58+15=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #943A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943A0F is #6BC5F0. Grayscale: #505050. Windows color (decimal): -7063025 or 998036. OLE color: 998036.
HSL color Cylindrical-coordinate representation of color #943A0F: hue angle of 19.4º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #943A0F is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 15 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.42 |
| HSL | 19.4º | 0.82% | 0.32% | - |
| HSV(B) | 19.4º | 0.9% | 0.58% | - |
| XYZ | 13.81 | 9.36 | 1.53 | - |
| YUV | 80.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 15 | 0 | 0.61 | 0.90 | 0.42 | 19.4 | 0.82 | 0.32 |
| Hex | 94 | 3A | F | 0 | 3D | 5A | 2A | 13 | 52 | 20 |
| Octal | 224 | 72 | 17 | 0 | 75 | 132 | 52 | 23 | 122 | 40 |
| Binary | 10010100 | 111010 | 1111 | 0 | 111101 | 1011010 | 101010 | 10011 | 1010010 | 100000 |
Color Harmonies of #943A0F
Complementary color
Monochromatic Colors of #943A0F
Black with #943A0F
Text Example
Text Example
White with #943A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A0F; }
p { color: rgb(148,58,15); }
H1.HeaderClassName
{
color: #943A0F;
}
.AnyTagClassName
{
color: #943A0F;
}
</style>
background-color css
<style>
a { background-color: #943A0F; }
a { background-color: rgb(148,58,15); }
div.DivClassName
{
background-color: #943A0F;
}
.BgClassName
{
background-color: #943A0F;
}
</style>
border-color css
<style>
span { border-color: #943A0F; }
span { border-color: rgb(148,58,15); }
td.TdClassName
{
border-color: #943A0F;
}
.TagClassName
{
border-color: #943A0F;
}
</style>