Shades of Saddle Brown #944C0E
Tints of Saddle Brown #944C0E
RGB
CMYK
RGB Variations
Color information
#944C0E (or 0x944C0E) is known color: Saddle Brown. HEX triplet: 94, 4C and 0E. RGB value is (148,76,14). Sum of RGB (Red+Green+Blue) = 148+76+14=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #944C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C0E is #6BB3F1. Grayscale: #5A5A5A. Windows color (decimal): -7058418 or 937108. OLE color: 937108.
HSL color Cylindrical-coordinate representation of color #944C0E: hue angle of 27.76º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #944C0E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 14 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.42 |
| HSL | 27.76º | 0.83% | 0.32% | - |
| HSV(B) | 27.76º | 0.91% | 0.58% | - |
| XYZ | 14.88 | 11.5 | 1.85 | - |
| YUV | 90.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 14 | 0 | 0.49 | 0.91 | 0.42 | 27.76 | 0.83 | 0.32 |
| Hex | 94 | 4C | E | 0 | 31 | 5B | 2A | 1C | 53 | 20 |
| Octal | 224 | 114 | 16 | 0 | 61 | 133 | 52 | 34 | 123 | 40 |
| Binary | 10010100 | 1001100 | 1110 | 0 | 110001 | 1011011 | 101010 | 11100 | 1010011 | 100000 |
Color Harmonies of #944C0E
Complementary color
Monochromatic Colors of #944C0E
Black with #944C0E
Text Example
Text Example
White with #944C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C0E; }
p { color: rgb(148,76,14); }
H1.HeaderClassName
{
color: #944C0E;
}
.AnyTagClassName
{
color: #944C0E;
}
</style>
background-color css
<style>
a { background-color: #944C0E; }
a { background-color: rgb(148,76,14); }
div.DivClassName
{
background-color: #944C0E;
}
.BgClassName
{
background-color: #944C0E;
}
</style>
border-color css
<style>
span { border-color: #944C0E; }
span { border-color: rgb(148,76,14); }
td.TdClassName
{
border-color: #944C0E;
}
.TagClassName
{
border-color: #944C0E;
}
</style>