Shades of Saddle Brown #783302
Tints of Saddle Brown #783302
RGB
CMYK
RGB Variations
Color information
#783302 (or 0x783302) is known color: Saddle Brown. HEX triplet: 78, 33 and 02. RGB value is (120,51,2). Sum of RGB (Red+Green+Blue) = 120+51+2=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #783302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783302 is #87CCFD. Grayscale: #424242. Windows color (decimal): -8899838 or 144248. OLE color: 144248.
HSL color Cylindrical-coordinate representation of color #783302: hue angle of 24.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #783302 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 2 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.53 |
| HSL | 24.92º | 0.97% | 0.24% | - |
| HSV(B) | 24.92º | 0.98% | 0.47% | - |
| XYZ | 8.94 | 6.37 | 0.81 | - |
| YUV | 66.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 2 | 0 | 0.58 | 0.98 | 0.53 | 24.92 | 0.97 | 0.24 |
| Hex | 78 | 33 | 2 | 0 | 3A | 62 | 35 | 19 | 61 | 18 |
| Octal | 170 | 63 | 2 | 0 | 72 | 142 | 65 | 31 | 141 | 30 |
| Binary | 1111000 | 110011 | 10 | 0 | 111010 | 1100010 | 110101 | 11001 | 1100001 | 11000 |
Color Harmonies of #783302
Complementary color
Monochromatic Colors of #783302
Black with #783302
Text Example
Text Example
White with #783302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783302; }
p { color: rgb(120,51,2); }
H1.HeaderClassName
{
color: #783302;
}
.AnyTagClassName
{
color: #783302;
}
</style>
background-color css
<style>
a { background-color: #783302; }
a { background-color: rgb(120,51,2); }
div.DivClassName
{
background-color: #783302;
}
.BgClassName
{
background-color: #783302;
}
</style>
border-color css
<style>
span { border-color: #783302; }
span { border-color: rgb(120,51,2); }
td.TdClassName
{
border-color: #783302;
}
.TagClassName
{
border-color: #783302;
}
</style>