Shades of Saddle Brown #8B330C
Tints of Saddle Brown #8B330C
RGB
CMYK
RGB Variations
Color information
#8B330C (or 0x8B330C) is known color: Saddle Brown. HEX triplet: 8B, 33 and 0C. RGB value is (139,51,12). Sum of RGB (Red+Green+Blue) = 139+51+12=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B330C is #74CCF3. Grayscale: #494949. Windows color (decimal): -7654644 or 799627. OLE color: 799627.
HSL color Cylindrical-coordinate representation of color #8B330C: hue angle of 18.43º 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 #8B330C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 12 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.45 |
| HSL | 18.43º | 0.84% | 0.3% | - |
| HSV(B) | 18.43º | 0.91% | 0.55% | - |
| XYZ | 11.9 | 7.88 | 1.24 | - |
| YUV | 72.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 12 | 0 | 0.63 | 0.91 | 0.45 | 18.43 | 0.84 | 0.3 |
| Hex | 8B | 33 | C | 0 | 3F | 5B | 2D | 12 | 54 | 1E |
| Octal | 213 | 63 | 14 | 0 | 77 | 133 | 55 | 22 | 124 | 36 |
| Binary | 10001011 | 110011 | 1100 | 0 | 111111 | 1011011 | 101101 | 10010 | 1010100 | 11110 |
Color Harmonies of #8B330C
Complementary color
Monochromatic Colors of #8B330C
Black with #8B330C
Text Example
Text Example
White with #8B330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B330C; }
p { color: rgb(139,51,12); }
H1.HeaderClassName
{
color: #8B330C;
}
.AnyTagClassName
{
color: #8B330C;
}
</style>
background-color css
<style>
a { background-color: #8B330C; }
a { background-color: rgb(139,51,12); }
div.DivClassName
{
background-color: #8B330C;
}
.BgClassName
{
background-color: #8B330C;
}
</style>
border-color css
<style>
span { border-color: #8B330C; }
span { border-color: rgb(139,51,12); }
td.TdClassName
{
border-color: #8B330C;
}
.TagClassName
{
border-color: #8B330C;
}
</style>