Shades of Saddle Brown #883D19
Tints of Saddle Brown #883D19
RGB
CMYK
RGB Variations
Color information
#883D19 (or 0x883D19) is known color: Saddle Brown. HEX triplet: 88, 3D and 19. RGB value is (136,61,25). Sum of RGB (Red+Green+Blue) = 136+61+25=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #883D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D19 is #77C2E6. Grayscale: #4F4F4F. Windows color (decimal): -7848679 or 1654152. OLE color: 1654152.
HSL color Cylindrical-coordinate representation of color #883D19: hue angle of 19.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #883D19 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 25 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.47 |
| HSL | 19.46º | 0.69% | 0.32% | - |
| HSV(B) | 19.46º | 0.82% | 0.53% | - |
| XYZ | 12 | 8.64 | 1.96 | - |
| YUV | 79.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 25 | 0 | 0.55 | 0.82 | 0.47 | 19.46 | 0.69 | 0.32 |
| Hex | 88 | 3D | 19 | 0 | 37 | 52 | 2F | 13 | 45 | 20 |
| Octal | 210 | 75 | 31 | 0 | 67 | 122 | 57 | 23 | 105 | 40 |
| Binary | 10001000 | 111101 | 11001 | 0 | 110111 | 1010010 | 101111 | 10011 | 1000101 | 100000 |
Color Harmonies of #883D19
Complementary color
Monochromatic Colors of #883D19
Black with #883D19
Text Example
Text Example
White with #883D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D19; }
p { color: rgb(136,61,25); }
H1.HeaderClassName
{
color: #883D19;
}
.AnyTagClassName
{
color: #883D19;
}
</style>
background-color css
<style>
a { background-color: #883D19; }
a { background-color: rgb(136,61,25); }
div.DivClassName
{
background-color: #883D19;
}
.BgClassName
{
background-color: #883D19;
}
</style>
border-color css
<style>
span { border-color: #883D19; }
span { border-color: rgb(136,61,25); }
td.TdClassName
{
border-color: #883D19;
}
.TagClassName
{
border-color: #883D19;
}
</style>