Shades of Saddle Brown #97441A
Tints of Saddle Brown #97441A
RGB
CMYK
RGB Variations
Color information
#97441A (or 0x97441A) is known color: Saddle Brown. HEX triplet: 97, 44 and 1A. RGB value is (151,68,26). Sum of RGB (Red+Green+Blue) = 151+68+26=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97441A is #68BBE5. Grayscale: #585858. Windows color (decimal): -6863846 or 1721495. OLE color: 1721495.
HSL color Cylindrical-coordinate representation of color #97441A: hue angle of 20.16º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97441A is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 26 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.41 |
| HSL | 20.16º | 0.71% | 0.35% | - |
| HSV(B) | 20.16º | 0.83% | 0.59% | - |
| XYZ | 15.02 | 10.79 | 2.27 | - |
| YUV | 88.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 26 | 0 | 0.55 | 0.83 | 0.41 | 20.16 | 0.71 | 0.35 |
| Hex | 97 | 44 | 1A | 0 | 37 | 53 | 29 | 14 | 47 | 23 |
| Octal | 227 | 104 | 32 | 0 | 67 | 123 | 51 | 24 | 107 | 43 |
| Binary | 10010111 | 1000100 | 11010 | 0 | 110111 | 1010011 | 101001 | 10100 | 1000111 | 100011 |
Color Harmonies of #97441A
Complementary color
Monochromatic Colors of #97441A
Black with #97441A
Text Example
Text Example
White with #97441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97441A; }
p { color: rgb(151,68,26); }
H1.HeaderClassName
{
color: #97441A;
}
.AnyTagClassName
{
color: #97441A;
}
</style>
background-color css
<style>
a { background-color: #97441A; }
a { background-color: rgb(151,68,26); }
div.DivClassName
{
background-color: #97441A;
}
.BgClassName
{
background-color: #97441A;
}
</style>
border-color css
<style>
span { border-color: #97441A; }
span { border-color: rgb(151,68,26); }
td.TdClassName
{
border-color: #97441A;
}
.TagClassName
{
border-color: #97441A;
}
</style>