Shades of Saddle Brown #97421A
Tints of Saddle Brown #97421A
RGB
CMYK
RGB Variations
Color information
#97421A (or 0x97421A) is known color: Saddle Brown. HEX triplet: 97, 42 and 1A. RGB value is (151,66,26). Sum of RGB (Red+Green+Blue) = 151+66+26=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #97421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97421A is #68BDE5. Grayscale: #575757. Windows color (decimal): -6864358 or 1720983. OLE color: 1720983.
HSL color Cylindrical-coordinate representation of color #97421A: hue angle of 19.2º 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 #97421A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 26 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.41 |
| HSL | 19.2º | 0.71% | 0.35% | - |
| HSV(B) | 19.2º | 0.83% | 0.59% | - |
| XYZ | 14.9 | 10.55 | 2.23 | - |
| YUV | 86.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 26 | 0 | 0.56 | 0.83 | 0.41 | 19.2 | 0.71 | 0.35 |
| Hex | 97 | 42 | 1A | 0 | 38 | 53 | 29 | 13 | 47 | 23 |
| Octal | 227 | 102 | 32 | 0 | 70 | 123 | 51 | 23 | 107 | 43 |
| Binary | 10010111 | 1000010 | 11010 | 0 | 111000 | 1010011 | 101001 | 10011 | 1000111 | 100011 |
Color Harmonies of #97421A
Complementary color
Monochromatic Colors of #97421A
Black with #97421A
Text Example
Text Example
White with #97421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97421A; }
p { color: rgb(151,66,26); }
H1.HeaderClassName
{
color: #97421A;
}
.AnyTagClassName
{
color: #97421A;
}
</style>
background-color css
<style>
a { background-color: #97421A; }
a { background-color: rgb(151,66,26); }
div.DivClassName
{
background-color: #97421A;
}
.BgClassName
{
background-color: #97421A;
}
</style>
border-color css
<style>
span { border-color: #97421A; }
span { border-color: rgb(151,66,26); }
td.TdClassName
{
border-color: #97421A;
}
.TagClassName
{
border-color: #97421A;
}
</style>