Shades of Saddle Brown #96481D
Tints of Saddle Brown #96481D
RGB
CMYK
RGB Variations
Color information
#96481D (or 0x96481D) is known color: Saddle Brown. HEX triplet: 96, 48 and 1D. RGB value is (150,72,29). Sum of RGB (Red+Green+Blue) = 150+72+29=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96481D is #69B7E2. Grayscale: #5A5A5A. Windows color (decimal): -6928355 or 1919126. OLE color: 1919126.
HSL color Cylindrical-coordinate representation of color #96481D: hue angle of 21.32º degrees, saturation: 0.68, 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 #96481D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 29 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.41 |
| HSL | 21.32º | 0.68% | 0.35% | - |
| HSV(B) | 21.32º | 0.81% | 0.59% | - |
| XYZ | 15.12 | 11.21 | 2.53 | - |
| YUV | 90.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 29 | 0 | 0.52 | 0.81 | 0.41 | 21.32 | 0.68 | 0.35 |
| Hex | 96 | 48 | 1D | 0 | 34 | 51 | 29 | 15 | 44 | 23 |
| Octal | 226 | 110 | 35 | 0 | 64 | 121 | 51 | 25 | 104 | 43 |
| Binary | 10010110 | 1001000 | 11101 | 0 | 110100 | 1010001 | 101001 | 10101 | 1000100 | 100011 |
Color Harmonies of #96481D
Complementary color
Monochromatic Colors of #96481D
Black with #96481D
Text Example
Text Example
White with #96481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96481D; }
p { color: rgb(150,72,29); }
H1.HeaderClassName
{
color: #96481D;
}
.AnyTagClassName
{
color: #96481D;
}
</style>
background-color css
<style>
a { background-color: #96481D; }
a { background-color: rgb(150,72,29); }
div.DivClassName
{
background-color: #96481D;
}
.BgClassName
{
background-color: #96481D;
}
</style>
border-color css
<style>
span { border-color: #96481D; }
span { border-color: rgb(150,72,29); }
td.TdClassName
{
border-color: #96481D;
}
.TagClassName
{
border-color: #96481D;
}
</style>