Shades of Saddle Brown #964A1C
Tints of Saddle Brown #964A1C
RGB
CMYK
RGB Variations
Color information
#964A1C (or 0x964A1C) is known color: Saddle Brown. HEX triplet: 96, 4A and 1C. RGB value is (150,74,28). Sum of RGB (Red+Green+Blue) = 150+74+28=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #964A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A1C is #69B5E3. Grayscale: #5B5B5B. Windows color (decimal): -6927844 or 1854102. OLE color: 1854102.
HSL color Cylindrical-coordinate representation of color #964A1C: hue angle of 22.62º 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 #964A1C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 28 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.41 |
| HSL | 22.62º | 0.69% | 0.35% | - |
| HSV(B) | 22.62º | 0.81% | 0.59% | - |
| XYZ | 15.24 | 11.47 | 2.51 | - |
| YUV | 91.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 28 | 0 | 0.51 | 0.81 | 0.41 | 22.62 | 0.69 | 0.35 |
| Hex | 96 | 4A | 1C | 0 | 33 | 51 | 29 | 17 | 45 | 23 |
| Octal | 226 | 112 | 34 | 0 | 63 | 121 | 51 | 27 | 105 | 43 |
| Binary | 10010110 | 1001010 | 11100 | 0 | 110011 | 1010001 | 101001 | 10111 | 1000101 | 100011 |
Color Harmonies of #964A1C
Complementary color
Monochromatic Colors of #964A1C
Black with #964A1C
Text Example
Text Example
White with #964A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A1C; }
p { color: rgb(150,74,28); }
H1.HeaderClassName
{
color: #964A1C;
}
.AnyTagClassName
{
color: #964A1C;
}
</style>
background-color css
<style>
a { background-color: #964A1C; }
a { background-color: rgb(150,74,28); }
div.DivClassName
{
background-color: #964A1C;
}
.BgClassName
{
background-color: #964A1C;
}
</style>
border-color css
<style>
span { border-color: #964A1C; }
span { border-color: rgb(150,74,28); }
td.TdClassName
{
border-color: #964A1C;
}
.TagClassName
{
border-color: #964A1C;
}
</style>