Shades of Saddle Brown #973813
Tints of Saddle Brown #973813
RGB
CMYK
RGB Variations
Color information
#973813 (or 0x973813) is known color: Saddle Brown. HEX triplet: 97, 38 and 13. RGB value is (151,56,19). Sum of RGB (Red+Green+Blue) = 151+56+19=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #973813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973813 is #68C7EC. Grayscale: #505050. Windows color (decimal): -6866925 or 1259671. OLE color: 1259671.
HSL color Cylindrical-coordinate representation of color #973813: hue angle of 16.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #973813 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 56 | 19 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.41 |
| HSL | 16.82º | 0.78% | 0.33% | - |
| HSV(B) | 16.82º | 0.87% | 0.59% | - |
| XYZ | 14.29 | 9.45 | 1.69 | - |
| YUV | 80.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 19 | 0 | 0.63 | 0.87 | 0.41 | 16.82 | 0.78 | 0.33 |
| Hex | 97 | 38 | 13 | 0 | 3F | 57 | 29 | 11 | 4E | 21 |
| Octal | 227 | 70 | 23 | 0 | 77 | 127 | 51 | 21 | 116 | 41 |
| Binary | 10010111 | 111000 | 10011 | 0 | 111111 | 1010111 | 101001 | 10001 | 1001110 | 100001 |
Color Harmonies of #973813
Complementary color
Monochromatic Colors of #973813
Black with #973813
Text Example
Text Example
White with #973813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973813; }
p { color: rgb(151,56,19); }
H1.HeaderClassName
{
color: #973813;
}
.AnyTagClassName
{
color: #973813;
}
</style>
background-color css
<style>
a { background-color: #973813; }
a { background-color: rgb(151,56,19); }
div.DivClassName
{
background-color: #973813;
}
.BgClassName
{
background-color: #973813;
}
</style>
border-color css
<style>
span { border-color: #973813; }
span { border-color: rgb(151,56,19); }
td.TdClassName
{
border-color: #973813;
}
.TagClassName
{
border-color: #973813;
}
</style>