Shades of Saddle Brown #823802
Tints of Saddle Brown #823802
RGB
CMYK
RGB Variations
Color information
#823802 (or 0x823802) is known color: Saddle Brown. HEX triplet: 82, 38 and 02. RGB value is (130,56,2). Sum of RGB (Red+Green+Blue) = 130+56+2=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #823802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823802 is #7DC7FD. Grayscale: #484848. Windows color (decimal): -8243198 or 145538. OLE color: 145538.
HSL color Cylindrical-coordinate representation of color #823802: hue angle of 25.31º 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 #823802 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.49 |
| HSL | 25.31º | 0.97% | 0.26% | - |
| HSV(B) | 25.31º | 0.98% | 0.51% | - |
| XYZ | 10.63 | 7.58 | 0.96 | - |
| YUV | 71.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 2 | 0 | 0.57 | 0.98 | 0.49 | 25.31 | 0.97 | 0.26 |
| Hex | 82 | 38 | 2 | 0 | 39 | 62 | 31 | 19 | 61 | 1A |
| Octal | 202 | 70 | 2 | 0 | 71 | 142 | 61 | 31 | 141 | 32 |
| Binary | 10000010 | 111000 | 10 | 0 | 111001 | 1100010 | 110001 | 11001 | 1100001 | 11010 |
Color Harmonies of #823802
Complementary color
Monochromatic Colors of #823802
Black with #823802
Text Example
Text Example
White with #823802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823802; }
p { color: rgb(130,56,2); }
H1.HeaderClassName
{
color: #823802;
}
.AnyTagClassName
{
color: #823802;
}
</style>
background-color css
<style>
a { background-color: #823802; }
a { background-color: rgb(130,56,2); }
div.DivClassName
{
background-color: #823802;
}
.BgClassName
{
background-color: #823802;
}
</style>
border-color css
<style>
span { border-color: #823802; }
span { border-color: rgb(130,56,2); }
td.TdClassName
{
border-color: #823802;
}
.TagClassName
{
border-color: #823802;
}
</style>