Shades of Saddle Brown #823812
Tints of Saddle Brown #823812
RGB
CMYK
RGB Variations
Color information
#823812 (or 0x823812) is known color: Saddle Brown. HEX triplet: 82, 38 and 12. RGB value is (130,56,18). Sum of RGB (Red+Green+Blue) = 130+56+18=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823812 is #7DC7ED. Grayscale: #4A4A4A. Windows color (decimal): -8243182 or 1194114. OLE color: 1194114.
HSL color Cylindrical-coordinate representation of color #823812: hue angle of 20.36º 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 #823812 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 18 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.49 |
| HSL | 20.36º | 0.76% | 0.29% | - |
| HSV(B) | 20.36º | 0.86% | 0.51% | - |
| XYZ | 10.73 | 7.62 | 1.48 | - |
| YUV | 73.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 18 | 0 | 0.57 | 0.86 | 0.49 | 20.36 | 0.76 | 0.29 |
| Hex | 82 | 38 | 12 | 0 | 39 | 56 | 31 | 14 | 4C | 1D |
| Octal | 202 | 70 | 22 | 0 | 71 | 126 | 61 | 24 | 114 | 35 |
| Binary | 10000010 | 111000 | 10010 | 0 | 111001 | 1010110 | 110001 | 10100 | 1001100 | 11101 |
Color Harmonies of #823812
Complementary color
Monochromatic Colors of #823812
Black with #823812
Text Example
Text Example
White with #823812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823812; }
p { color: rgb(130,56,18); }
H1.HeaderClassName
{
color: #823812;
}
.AnyTagClassName
{
color: #823812;
}
</style>
background-color css
<style>
a { background-color: #823812; }
a { background-color: rgb(130,56,18); }
div.DivClassName
{
background-color: #823812;
}
.BgClassName
{
background-color: #823812;
}
</style>
border-color css
<style>
span { border-color: #823812; }
span { border-color: rgb(130,56,18); }
td.TdClassName
{
border-color: #823812;
}
.TagClassName
{
border-color: #823812;
}
</style>