Shades of Saddle Brown #8B340C
Tints of Saddle Brown #8B340C
RGB
CMYK
RGB Variations
Color information
#8B340C (or 0x8B340C) is known color: Saddle Brown. HEX triplet: 8B, 34 and 0C. RGB value is (139,52,12). Sum of RGB (Red+Green+Blue) = 139+52+12=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B340C is #74CBF3. Grayscale: #494949. Windows color (decimal): -7654388 or 799883. OLE color: 799883.
HSL color Cylindrical-coordinate representation of color #8B340C: hue angle of 18.9º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B340C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 12 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.45 |
| HSL | 18.9º | 0.84% | 0.3% | - |
| HSV(B) | 18.9º | 0.91% | 0.55% | - |
| XYZ | 11.94 | 7.97 | 1.26 | - |
| YUV | 73.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 12 | 0 | 0.63 | 0.91 | 0.45 | 18.9 | 0.84 | 0.3 |
| Hex | 8B | 34 | C | 0 | 3F | 5B | 2D | 13 | 54 | 1E |
| Octal | 213 | 64 | 14 | 0 | 77 | 133 | 55 | 23 | 124 | 36 |
| Binary | 10001011 | 110100 | 1100 | 0 | 111111 | 1011011 | 101101 | 10011 | 1010100 | 11110 |
Color Harmonies of #8B340C
Complementary color
Monochromatic Colors of #8B340C
Black with #8B340C
Text Example
Text Example
White with #8B340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B340C; }
p { color: rgb(139,52,12); }
H1.HeaderClassName
{
color: #8B340C;
}
.AnyTagClassName
{
color: #8B340C;
}
</style>
background-color css
<style>
a { background-color: #8B340C; }
a { background-color: rgb(139,52,12); }
div.DivClassName
{
background-color: #8B340C;
}
.BgClassName
{
background-color: #8B340C;
}
</style>
border-color css
<style>
span { border-color: #8B340C; }
span { border-color: rgb(139,52,12); }
td.TdClassName
{
border-color: #8B340C;
}
.TagClassName
{
border-color: #8B340C;
}
</style>