Shades of Saddle Brown #884A00
Tints of Saddle Brown #884A00
RGB
CMYK
RGB Variations
Color information
#884A00 (or 0x884A00) is known color: Saddle Brown. HEX triplet: 88, 4A and 00. RGB value is (136,74,0). Sum of RGB (Red+Green+Blue) = 136+74+0=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #884A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A00 is #77B5FF. Grayscale: #545454. Windows color (decimal): -7845376 or 19080. OLE color: 19080.
HSL color Cylindrical-coordinate representation of color #884A00: hue angle of 32.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #884A00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.47 |
| HSL | 32.65º | 1% | 0.27% | - |
| HSV(B) | 32.65º | 1% | 0.53% | - |
| XYZ | 12.6 | 10.13 | 1.29 | - |
| YUV | 84.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 0 | 0 | 0.46 | 1 | 0.47 | 32.65 | 1 | 0.27 |
| Hex | 88 | 4A | 0 | 0 | 2E | 64 | 2F | 21 | 64 | 1B |
| Octal | 210 | 112 | 0 | 0 | 56 | 144 | 57 | 41 | 144 | 33 |
| Binary | 10001000 | 1001010 | 0 | 0 | 101110 | 1100100 | 101111 | 100001 | 1100100 | 11011 |
Color Harmonies of #884A00
Complementary color
Monochromatic Colors of #884A00
Black with #884A00
Text Example
Text Example
White with #884A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A00; }
p { color: rgb(136,74,0); }
H1.HeaderClassName
{
color: #884A00;
}
.AnyTagClassName
{
color: #884A00;
}
</style>
background-color css
<style>
a { background-color: #884A00; }
a { background-color: rgb(136,74,0); }
div.DivClassName
{
background-color: #884A00;
}
.BgClassName
{
background-color: #884A00;
}
</style>
border-color css
<style>
span { border-color: #884A00; }
span { border-color: rgb(136,74,0); }
td.TdClassName
{
border-color: #884A00;
}
.TagClassName
{
border-color: #884A00;
}
</style>