Shades of Saddle Brown #823302
Tints of Saddle Brown #823302
RGB
CMYK
RGB Variations
Color information
#823302 (or 0x823302) is known color: Saddle Brown. HEX triplet: 82, 33 and 02. RGB value is (130,51,2). Sum of RGB (Red+Green+Blue) = 130+51+2=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #823302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823302 is #7DCCFD. Grayscale: #454545. Windows color (decimal): -8244478 or 144258. OLE color: 144258.
HSL color Cylindrical-coordinate representation of color #823302: hue angle of 22.97º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #823302 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 2 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.49 |
| HSL | 22.97º | 0.97% | 0.26% | - |
| HSV(B) | 22.97º | 0.98% | 0.51% | - |
| XYZ | 10.4 | 7.12 | 0.88 | - |
| YUV | 69.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 2 | 0 | 0.61 | 0.98 | 0.49 | 22.97 | 0.97 | 0.26 |
| Hex | 82 | 33 | 2 | 0 | 3D | 62 | 31 | 17 | 61 | 1A |
| Octal | 202 | 63 | 2 | 0 | 75 | 142 | 61 | 27 | 141 | 32 |
| Binary | 10000010 | 110011 | 10 | 0 | 111101 | 1100010 | 110001 | 10111 | 1100001 | 11010 |
Color Harmonies of #823302
Complementary color
Monochromatic Colors of #823302
Black with #823302
Text Example
Text Example
White with #823302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823302; }
p { color: rgb(130,51,2); }
H1.HeaderClassName
{
color: #823302;
}
.AnyTagClassName
{
color: #823302;
}
</style>
background-color css
<style>
a { background-color: #823302; }
a { background-color: rgb(130,51,2); }
div.DivClassName
{
background-color: #823302;
}
.BgClassName
{
background-color: #823302;
}
</style>
border-color css
<style>
span { border-color: #823302; }
span { border-color: rgb(130,51,2); }
td.TdClassName
{
border-color: #823302;
}
.TagClassName
{
border-color: #823302;
}
</style>