Shades of Saddle Brown #823D12
Tints of Saddle Brown #823D12
RGB
CMYK
RGB Variations
Color information
#823D12 (or 0x823D12) is known color: Saddle Brown. HEX triplet: 82, 3D and 12. RGB value is (130,61,18). Sum of RGB (Red+Green+Blue) = 130+61+18=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #823D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D12 is #7DC2ED. Grayscale: #4C4C4C. Windows color (decimal): -8241902 or 1195394. OLE color: 1195394.
HSL color Cylindrical-coordinate representation of color #823D12: hue angle of 23.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #823D12 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 18 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.49 |
| HSL | 23.04º | 0.76% | 0.29% | - |
| HSV(B) | 23.04º | 0.86% | 0.51% | - |
| XYZ | 10.98 | 8.13 | 1.56 | - |
| YUV | 76.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 18 | 0 | 0.53 | 0.86 | 0.49 | 23.04 | 0.76 | 0.29 |
| Hex | 82 | 3D | 12 | 0 | 35 | 56 | 31 | 17 | 4C | 1D |
| Octal | 202 | 75 | 22 | 0 | 65 | 126 | 61 | 27 | 114 | 35 |
| Binary | 10000010 | 111101 | 10010 | 0 | 110101 | 1010110 | 110001 | 10111 | 1001100 | 11101 |
Color Harmonies of #823D12
Complementary color
Monochromatic Colors of #823D12
Black with #823D12
Text Example
Text Example
White with #823D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D12; }
p { color: rgb(130,61,18); }
H1.HeaderClassName
{
color: #823D12;
}
.AnyTagClassName
{
color: #823D12;
}
</style>
background-color css
<style>
a { background-color: #823D12; }
a { background-color: rgb(130,61,18); }
div.DivClassName
{
background-color: #823D12;
}
.BgClassName
{
background-color: #823D12;
}
</style>
border-color css
<style>
span { border-color: #823D12; }
span { border-color: rgb(130,61,18); }
td.TdClassName
{
border-color: #823D12;
}
.TagClassName
{
border-color: #823D12;
}
</style>