Shades of Saddle Brown #974B1B
Tints of Saddle Brown #974B1B
RGB
CMYK
RGB Variations
Color information
#974B1B (or 0x974B1B) is known color: Saddle Brown. HEX triplet: 97, 4B and 1B. RGB value is (151,75,27). Sum of RGB (Red+Green+Blue) = 151+75+27=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #974B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B1B is #68B4E4. Grayscale: #5C5C5C. Windows color (decimal): -6862053 or 1788823. OLE color: 1788823.
HSL color Cylindrical-coordinate representation of color #974B1B: hue angle of 23.23º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #974B1B is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 27 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.41 |
| HSL | 23.23º | 0.7% | 0.35% | - |
| HSV(B) | 23.23º | 0.82% | 0.59% | - |
| XYZ | 15.48 | 11.69 | 2.48 | - |
| YUV | 92.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 27 | 0 | 0.50 | 0.82 | 0.41 | 23.23 | 0.7 | 0.35 |
| Hex | 97 | 4B | 1B | 0 | 32 | 52 | 29 | 17 | 46 | 23 |
| Octal | 227 | 113 | 33 | 0 | 62 | 122 | 51 | 27 | 106 | 43 |
| Binary | 10010111 | 1001011 | 11011 | 0 | 110010 | 1010010 | 101001 | 10111 | 1000110 | 100011 |
Color Harmonies of #974B1B
Complementary color
Monochromatic Colors of #974B1B
Black with #974B1B
Text Example
Text Example
White with #974B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B1B; }
p { color: rgb(151,75,27); }
H1.HeaderClassName
{
color: #974B1B;
}
.AnyTagClassName
{
color: #974B1B;
}
</style>
background-color css
<style>
a { background-color: #974B1B; }
a { background-color: rgb(151,75,27); }
div.DivClassName
{
background-color: #974B1B;
}
.BgClassName
{
background-color: #974B1B;
}
</style>
border-color css
<style>
span { border-color: #974B1B; }
span { border-color: rgb(151,75,27); }
td.TdClassName
{
border-color: #974B1B;
}
.TagClassName
{
border-color: #974B1B;
}
</style>