Shades of Saddle Brown #975313
Tints of Saddle Brown #975313
RGB
CMYK
RGB Variations
Color information
#975313 (or 0x975313) is known color: Saddle Brown. HEX triplet: 97, 53 and 13. RGB value is (151,83,19). Sum of RGB (Red+Green+Blue) = 151+83+19=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975313 is #68ACEC. Grayscale: #606060. Windows color (decimal): -6860013 or 1266583. OLE color: 1266583.
HSL color Cylindrical-coordinate representation of color #975313: hue angle of 29.09º 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 #975313 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 83 | 19 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.41 |
| HSL | 29.09º | 0.78% | 0.33% | - |
| HSV(B) | 29.09º | 0.87% | 0.59% | - |
| XYZ | 15.97 | 12.81 | 2.25 | - |
| YUV | 96.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 19 | 0 | 0.45 | 0.87 | 0.41 | 29.09 | 0.78 | 0.33 |
| Hex | 97 | 53 | 13 | 0 | 2D | 57 | 29 | 1D | 4E | 21 |
| Octal | 227 | 123 | 23 | 0 | 55 | 127 | 51 | 35 | 116 | 41 |
| Binary | 10010111 | 1010011 | 10011 | 0 | 101101 | 1010111 | 101001 | 11101 | 1001110 | 100001 |
Color Harmonies of #975313
Complementary color
Monochromatic Colors of #975313
Black with #975313
Text Example
Text Example
White with #975313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975313; }
p { color: rgb(151,83,19); }
H1.HeaderClassName
{
color: #975313;
}
.AnyTagClassName
{
color: #975313;
}
</style>
background-color css
<style>
a { background-color: #975313; }
a { background-color: rgb(151,83,19); }
div.DivClassName
{
background-color: #975313;
}
.BgClassName
{
background-color: #975313;
}
</style>
border-color css
<style>
span { border-color: #975313; }
span { border-color: rgb(151,83,19); }
td.TdClassName
{
border-color: #975313;
}
.TagClassName
{
border-color: #975313;
}
</style>