Shades of Saddle Brown #943A08
Tints of Saddle Brown #943A08
RGB
CMYK
RGB Variations
Color information
#943A08 (or 0x943A08) is known color: Saddle Brown. HEX triplet: 94, 3A and 08. RGB value is (148,58,8). Sum of RGB (Red+Green+Blue) = 148+58+8=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #943A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943A08 is #6BC5F7. Grayscale: #4F4F4F. Windows color (decimal): -7063032 or 539284. OLE color: 539284.
HSL color Cylindrical-coordinate representation of color #943A08: hue angle of 21.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #943A08 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.42 |
| HSL | 21.43º | 0.9% | 0.31% | - |
| HSV(B) | 21.43º | 0.95% | 0.58% | - |
| XYZ | 13.77 | 9.34 | 1.31 | - |
| YUV | 79.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 8 | 0 | 0.61 | 0.95 | 0.42 | 21.43 | 0.9 | 0.31 |
| Hex | 94 | 3A | 8 | 0 | 3D | 5F | 2A | 15 | 5A | 1F |
| Octal | 224 | 72 | 10 | 0 | 75 | 137 | 52 | 25 | 132 | 37 |
| Binary | 10010100 | 111010 | 1000 | 0 | 111101 | 1011111 | 101010 | 10101 | 1011010 | 11111 |
Color Harmonies of #943A08
Complementary color
Monochromatic Colors of #943A08
Black with #943A08
Text Example
Text Example
White with #943A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A08; }
p { color: rgb(148,58,8); }
H1.HeaderClassName
{
color: #943A08;
}
.AnyTagClassName
{
color: #943A08;
}
</style>
background-color css
<style>
a { background-color: #943A08; }
a { background-color: rgb(148,58,8); }
div.DivClassName
{
background-color: #943A08;
}
.BgClassName
{
background-color: #943A08;
}
</style>
border-color css
<style>
span { border-color: #943A08; }
span { border-color: rgb(148,58,8); }
td.TdClassName
{
border-color: #943A08;
}
.TagClassName
{
border-color: #943A08;
}
</style>