Shades of Saddle Brown #884A18
Tints of Saddle Brown #884A18
RGB
CMYK
RGB Variations
Color information
#884A18 (or 0x884A18) is known color: Saddle Brown. HEX triplet: 88, 4A and 18. RGB value is (136,74,24). Sum of RGB (Red+Green+Blue) = 136+74+24=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #884A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A18 is #77B5E7. Grayscale: #575757. Windows color (decimal): -7845352 or 1591944. OLE color: 1591944.
HSL color Cylindrical-coordinate representation of color #884A18: hue angle of 26.79º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #884A18 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 24 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.47 |
| HSL | 26.79º | 0.7% | 0.31% | - |
| HSV(B) | 26.79º | 0.82% | 0.53% | - |
| XYZ | 12.77 | 10.2 | 2.16 | - |
| YUV | 86.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 24 | 0 | 0.46 | 0.82 | 0.47 | 26.79 | 0.7 | 0.31 |
| Hex | 88 | 4A | 18 | 0 | 2E | 52 | 2F | 1B | 46 | 1F |
| Octal | 210 | 112 | 30 | 0 | 56 | 122 | 57 | 33 | 106 | 37 |
| Binary | 10001000 | 1001010 | 11000 | 0 | 101110 | 1010010 | 101111 | 11011 | 1000110 | 11111 |
Color Harmonies of #884A18
Complementary color
Monochromatic Colors of #884A18
Black with #884A18
Text Example
Text Example
White with #884A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A18; }
p { color: rgb(136,74,24); }
H1.HeaderClassName
{
color: #884A18;
}
.AnyTagClassName
{
color: #884A18;
}
</style>
background-color css
<style>
a { background-color: #884A18; }
a { background-color: rgb(136,74,24); }
div.DivClassName
{
background-color: #884A18;
}
.BgClassName
{
background-color: #884A18;
}
</style>
border-color css
<style>
span { border-color: #884A18; }
span { border-color: rgb(136,74,24); }
td.TdClassName
{
border-color: #884A18;
}
.TagClassName
{
border-color: #884A18;
}
</style>