Shades of Saddle Brown #834A0C
Tints of Saddle Brown #834A0C
RGB
CMYK
RGB Variations
Color information
#834A0C (or 0x834A0C) is known color: Saddle Brown. HEX triplet: 83, 4A and 0C. RGB value is (131,74,12). Sum of RGB (Red+Green+Blue) = 131+74+12=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #834A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834A0C is #7CB5F3. Grayscale: #545454. Windows color (decimal): -8173044 or 805507. OLE color: 805507.
HSL color Cylindrical-coordinate representation of color #834A0C: hue angle of 31.26º 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 #834A0C is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 12 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.49 |
| HSL | 31.26º | 0.83% | 0.28% | - |
| HSV(B) | 31.26º | 0.91% | 0.51% | - |
| XYZ | 11.88 | 9.75 | 1.6 | - |
| YUV | 83.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 12 | 0 | 0.44 | 0.91 | 0.49 | 31.26 | 0.83 | 0.28 |
| Hex | 83 | 4A | C | 0 | 2C | 5B | 31 | 1F | 53 | 1C |
| Octal | 203 | 112 | 14 | 0 | 54 | 133 | 61 | 37 | 123 | 34 |
| Binary | 10000011 | 1001010 | 1100 | 0 | 101100 | 1011011 | 110001 | 11111 | 1010011 | 11100 |
Color Harmonies of #834A0C
Complementary color
Monochromatic Colors of #834A0C
Black with #834A0C
Text Example
Text Example
White with #834A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A0C; }
p { color: rgb(131,74,12); }
H1.HeaderClassName
{
color: #834A0C;
}
.AnyTagClassName
{
color: #834A0C;
}
</style>
background-color css
<style>
a { background-color: #834A0C; }
a { background-color: rgb(131,74,12); }
div.DivClassName
{
background-color: #834A0C;
}
.BgClassName
{
background-color: #834A0C;
}
</style>
border-color css
<style>
span { border-color: #834A0C; }
span { border-color: rgb(131,74,12); }
td.TdClassName
{
border-color: #834A0C;
}
.TagClassName
{
border-color: #834A0C;
}
</style>