Shades of Saddle Brown #944317
Tints of Saddle Brown #944317
RGB
CMYK
RGB Variations
Color information
#944317 (or 0x944317) is known color: Saddle Brown. HEX triplet: 94, 43 and 17. RGB value is (148,67,23). Sum of RGB (Red+Green+Blue) = 148+67+23=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #944317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944317 is #6BBCE8. Grayscale: #565656. Windows color (decimal): -7060713 or 1524628. OLE color: 1524628.
HSL color Cylindrical-coordinate representation of color #944317: hue angle of 21.12º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #944317 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 23 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.42 |
| HSL | 21.12º | 0.73% | 0.34% | - |
| HSV(B) | 21.12º | 0.84% | 0.58% | - |
| XYZ | 14.37 | 10.37 | 2.05 | - |
| YUV | 86.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 23 | 0 | 0.55 | 0.84 | 0.42 | 21.12 | 0.73 | 0.34 |
| Hex | 94 | 43 | 17 | 0 | 37 | 54 | 2A | 15 | 49 | 22 |
| Octal | 224 | 103 | 27 | 0 | 67 | 124 | 52 | 25 | 111 | 42 |
| Binary | 10010100 | 1000011 | 10111 | 0 | 110111 | 1010100 | 101010 | 10101 | 1001001 | 100010 |
Color Harmonies of #944317
Complementary color
Monochromatic Colors of #944317
Black with #944317
Text Example
Text Example
White with #944317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944317; }
p { color: rgb(148,67,23); }
H1.HeaderClassName
{
color: #944317;
}
.AnyTagClassName
{
color: #944317;
}
</style>
background-color css
<style>
a { background-color: #944317; }
a { background-color: rgb(148,67,23); }
div.DivClassName
{
background-color: #944317;
}
.BgClassName
{
background-color: #944317;
}
</style>
border-color css
<style>
span { border-color: #944317; }
span { border-color: rgb(148,67,23); }
td.TdClassName
{
border-color: #944317;
}
.TagClassName
{
border-color: #944317;
}
</style>