Shades of Saddle Brown #97421C
Tints of Saddle Brown #97421C
RGB
CMYK
RGB Variations
Color information
#97421C (or 0x97421C) is known color: Saddle Brown. HEX triplet: 97, 42 and 1C. RGB value is (151,66,28). Sum of RGB (Red+Green+Blue) = 151+66+28=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97421C is #68BDE3. Grayscale: #575757. Windows color (decimal): -6864356 or 1852055. OLE color: 1852055.
HSL color Cylindrical-coordinate representation of color #97421C: hue angle of 18.54º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97421C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 28 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.41 |
| HSL | 18.54º | 0.69% | 0.35% | - |
| HSV(B) | 18.54º | 0.81% | 0.59% | - |
| XYZ | 14.92 | 10.56 | 2.35 | - |
| YUV | 87.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 28 | 0 | 0.56 | 0.81 | 0.41 | 18.54 | 0.69 | 0.35 |
| Hex | 97 | 42 | 1C | 0 | 38 | 51 | 29 | 13 | 45 | 23 |
| Octal | 227 | 102 | 34 | 0 | 70 | 121 | 51 | 23 | 105 | 43 |
| Binary | 10010111 | 1000010 | 11100 | 0 | 111000 | 1010001 | 101001 | 10011 | 1000101 | 100011 |
Color Harmonies of #97421C
Complementary color
Monochromatic Colors of #97421C
Black with #97421C
Text Example
Text Example
White with #97421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97421C; }
p { color: rgb(151,66,28); }
H1.HeaderClassName
{
color: #97421C;
}
.AnyTagClassName
{
color: #97421C;
}
</style>
background-color css
<style>
a { background-color: #97421C; }
a { background-color: rgb(151,66,28); }
div.DivClassName
{
background-color: #97421C;
}
.BgClassName
{
background-color: #97421C;
}
</style>
border-color css
<style>
span { border-color: #97421C; }
span { border-color: rgb(151,66,28); }
td.TdClassName
{
border-color: #97421C;
}
.TagClassName
{
border-color: #97421C;
}
</style>