Shades of Saddle Brown #823A10
Tints of Saddle Brown #823A10
RGB
CMYK
RGB Variations
Color information
#823A10 (or 0x823A10) is known color: Saddle Brown. HEX triplet: 82, 3A and 10. RGB value is (130,58,16). Sum of RGB (Red+Green+Blue) = 130+58+16=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A10 is #7DC5EF. Grayscale: #4A4A4A. Windows color (decimal): -8242672 or 1063554. OLE color: 1063554.
HSL color Cylindrical-coordinate representation of color #823A10: hue angle of 22.11º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #823A10 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 58 | 16 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.49 |
| HSL | 22.11º | 0.78% | 0.29% | - |
| HSV(B) | 22.11º | 0.88% | 0.51% | - |
| XYZ | 10.81 | 7.81 | 1.43 | - |
| YUV | 74.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 16 | 0 | 0.55 | 0.88 | 0.49 | 22.11 | 0.78 | 0.29 |
| Hex | 82 | 3A | 10 | 0 | 37 | 58 | 31 | 16 | 4E | 1D |
| Octal | 202 | 72 | 20 | 0 | 67 | 130 | 61 | 26 | 116 | 35 |
| Binary | 10000010 | 111010 | 10000 | 0 | 110111 | 1011000 | 110001 | 10110 | 1001110 | 11101 |
Color Harmonies of #823A10
Complementary color
Monochromatic Colors of #823A10
Black with #823A10
Text Example
Text Example
White with #823A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A10; }
p { color: rgb(130,58,16); }
H1.HeaderClassName
{
color: #823A10;
}
.AnyTagClassName
{
color: #823A10;
}
</style>
background-color css
<style>
a { background-color: #823A10; }
a { background-color: rgb(130,58,16); }
div.DivClassName
{
background-color: #823A10;
}
.BgClassName
{
background-color: #823A10;
}
</style>
border-color css
<style>
span { border-color: #823A10; }
span { border-color: rgb(130,58,16); }
td.TdClassName
{
border-color: #823A10;
}
.TagClassName
{
border-color: #823A10;
}
</style>