Shades of Saddle Brown #945202
Tints of Saddle Brown #945202
RGB
CMYK
RGB Variations
Color information
#945202 (or 0x945202) is known color: Saddle Brown. HEX triplet: 94, 52 and 02. RGB value is (148,82,2). Sum of RGB (Red+Green+Blue) = 148+82+2=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #945202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945202 is #6BADFD. Grayscale: #5D5D5D. Windows color (decimal): -7056894 or 152212. OLE color: 152212.
HSL color Cylindrical-coordinate representation of color #945202: hue angle of 32.88º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #945202 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.42 |
| HSL | 32.88º | 0.97% | 0.29% | - |
| HSV(B) | 32.88º | 0.99% | 0.58% | - |
| XYZ | 15.24 | 12.33 | 1.64 | - |
| YUV | 92.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 2 | 0 | 0.45 | 0.99 | 0.42 | 32.88 | 0.97 | 0.29 |
| Hex | 94 | 52 | 2 | 0 | 2D | 63 | 2A | 21 | 61 | 1D |
| Octal | 224 | 122 | 2 | 0 | 55 | 143 | 52 | 41 | 141 | 35 |
| Binary | 10010100 | 1010010 | 10 | 0 | 101101 | 1100011 | 101010 | 100001 | 1100001 | 11101 |
Color Harmonies of #945202
Complementary color
Monochromatic Colors of #945202
Black with #945202
Text Example
Text Example
White with #945202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945202; }
p { color: rgb(148,82,2); }
H1.HeaderClassName
{
color: #945202;
}
.AnyTagClassName
{
color: #945202;
}
</style>
background-color css
<style>
a { background-color: #945202; }
a { background-color: rgb(148,82,2); }
div.DivClassName
{
background-color: #945202;
}
.BgClassName
{
background-color: #945202;
}
</style>
border-color css
<style>
span { border-color: #945202; }
span { border-color: rgb(148,82,2); }
td.TdClassName
{
border-color: #945202;
}
.TagClassName
{
border-color: #945202;
}
</style>