Shades of Saddle Brown #884A0D
Tints of Saddle Brown #884A0D
RGB
CMYK
RGB Variations
Color information
#884A0D (or 0x884A0D) is known color: Saddle Brown. HEX triplet: 88, 4A and 0D. RGB value is (136,74,13). Sum of RGB (Red+Green+Blue) = 136+74+13=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #884A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A0D is #77B5F2. Grayscale: #555555. Windows color (decimal): -7845363 or 871048. OLE color: 871048.
HSL color Cylindrical-coordinate representation of color #884A0D: hue angle of 29.76º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #884A0D is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 13 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.47 |
| HSL | 29.76º | 0.83% | 0.29% | - |
| HSV(B) | 29.76º | 0.9% | 0.53% | - |
| XYZ | 12.67 | 10.16 | 1.67 | - |
| YUV | 85.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 13 | 0 | 0.46 | 0.90 | 0.47 | 29.76 | 0.83 | 0.29 |
| Hex | 88 | 4A | D | 0 | 2E | 5A | 2F | 1E | 53 | 1D |
| Octal | 210 | 112 | 15 | 0 | 56 | 132 | 57 | 36 | 123 | 35 |
| Binary | 10001000 | 1001010 | 1101 | 0 | 101110 | 1011010 | 101111 | 11110 | 1010011 | 11101 |
Color Harmonies of #884A0D
Complementary color
Monochromatic Colors of #884A0D
Black with #884A0D
Text Example
Text Example
White with #884A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A0D; }
p { color: rgb(136,74,13); }
H1.HeaderClassName
{
color: #884A0D;
}
.AnyTagClassName
{
color: #884A0D;
}
</style>
background-color css
<style>
a { background-color: #884A0D; }
a { background-color: rgb(136,74,13); }
div.DivClassName
{
background-color: #884A0D;
}
.BgClassName
{
background-color: #884A0D;
}
</style>
border-color css
<style>
span { border-color: #884A0D; }
span { border-color: rgb(136,74,13); }
td.TdClassName
{
border-color: #884A0D;
}
.TagClassName
{
border-color: #884A0D;
}
</style>