Shades of Saddle Brown #953002
Tints of Saddle Brown #953002
RGB
CMYK
RGB Variations
Color information
#953002 (or 0x953002) is known color: Saddle Brown. HEX triplet: 95, 30 and 02. RGB value is (149,48,2). Sum of RGB (Red+Green+Blue) = 149+48+2=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #953002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953002 is #6ACFFD. Grayscale: #494949. Windows color (decimal): -7000062 or 143509. OLE color: 143509.
HSL color Cylindrical-coordinate representation of color #953002: hue angle of 18.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953002 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.42 |
| HSL | 18.78º | 0.97% | 0.3% | - |
| HSV(B) | 18.78º | 0.99% | 0.58% | - |
| XYZ | 13.46 | 8.51 | 0.99 | - |
| YUV | 72.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 2 | 0 | 0.68 | 0.99 | 0.42 | 18.78 | 0.97 | 0.3 |
| Hex | 95 | 30 | 2 | 0 | 44 | 63 | 2A | 13 | 61 | 1E |
| Octal | 225 | 60 | 2 | 0 | 104 | 143 | 52 | 23 | 141 | 36 |
| Binary | 10010101 | 110000 | 10 | 0 | 1000100 | 1100011 | 101010 | 10011 | 1100001 | 11110 |
Color Harmonies of #953002
Complementary color
Monochromatic Colors of #953002
Black with #953002
Text Example
Text Example
White with #953002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953002; }
p { color: rgb(149,48,2); }
H1.HeaderClassName
{
color: #953002;
}
.AnyTagClassName
{
color: #953002;
}
</style>
background-color css
<style>
a { background-color: #953002; }
a { background-color: rgb(149,48,2); }
div.DivClassName
{
background-color: #953002;
}
.BgClassName
{
background-color: #953002;
}
</style>
border-color css
<style>
span { border-color: #953002; }
span { border-color: rgb(149,48,2); }
td.TdClassName
{
border-color: #953002;
}
.TagClassName
{
border-color: #953002;
}
</style>