Shades of Saddle Brown #83440C
Tints of Saddle Brown #83440C
RGB
CMYK
RGB Variations
Color information
#83440C (or 0x83440C) is known color: Saddle Brown. HEX triplet: 83, 44 and 0C. RGB value is (131,68,12). Sum of RGB (Red+Green+Blue) = 131+68+12=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83440C is #7CBBF3. Grayscale: #505050. Windows color (decimal): -8174580 or 803971. OLE color: 803971.
HSL color Cylindrical-coordinate representation of color #83440C: hue angle of 28.24º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83440C is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 12 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.49 |
| HSL | 28.24º | 0.83% | 0.28% | - |
| HSV(B) | 28.24º | 0.91% | 0.51% | - |
| XYZ | 11.49 | 8.99 | 1.48 | - |
| YUV | 80.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 12 | 0 | 0.48 | 0.91 | 0.49 | 28.24 | 0.83 | 0.28 |
| Hex | 83 | 44 | C | 0 | 30 | 5B | 31 | 1C | 53 | 1C |
| Octal | 203 | 104 | 14 | 0 | 60 | 133 | 61 | 34 | 123 | 34 |
| Binary | 10000011 | 1000100 | 1100 | 0 | 110000 | 1011011 | 110001 | 11100 | 1010011 | 11100 |
Color Harmonies of #83440C
Complementary color
Monochromatic Colors of #83440C
Black with #83440C
Text Example
Text Example
White with #83440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83440C; }
p { color: rgb(131,68,12); }
H1.HeaderClassName
{
color: #83440C;
}
.AnyTagClassName
{
color: #83440C;
}
</style>
background-color css
<style>
a { background-color: #83440C; }
a { background-color: rgb(131,68,12); }
div.DivClassName
{
background-color: #83440C;
}
.BgClassName
{
background-color: #83440C;
}
</style>
border-color css
<style>
span { border-color: #83440C; }
span { border-color: rgb(131,68,12); }
td.TdClassName
{
border-color: #83440C;
}
.TagClassName
{
border-color: #83440C;
}
</style>