Shades of Saddle Brown #883D1C
Tints of Saddle Brown #883D1C
RGB
CMYK
RGB Variations
Color information
#883D1C (or 0x883D1C) is known color: Saddle Brown. HEX triplet: 88, 3D and 1C. RGB value is (136,61,28). Sum of RGB (Red+Green+Blue) = 136+61+28=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #883D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D1C is #77C2E3. Grayscale: #4F4F4F. Windows color (decimal): -7848676 or 1850760. OLE color: 1850760.
HSL color Cylindrical-coordinate representation of color #883D1C: hue angle of 18.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #883D1C is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 28 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.47 |
| HSL | 18.33º | 0.66% | 0.32% | - |
| HSV(B) | 18.33º | 0.79% | 0.53% | - |
| XYZ | 12.03 | 8.66 | 2.14 | - |
| YUV | 79.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 28 | 0 | 0.55 | 0.79 | 0.47 | 18.33 | 0.66 | 0.32 |
| Hex | 88 | 3D | 1C | 0 | 37 | 4F | 2F | 12 | 42 | 20 |
| Octal | 210 | 75 | 34 | 0 | 67 | 117 | 57 | 22 | 102 | 40 |
| Binary | 10001000 | 111101 | 11100 | 0 | 110111 | 1001111 | 101111 | 10010 | 1000010 | 100000 |
Color Harmonies of #883D1C
Complementary color
Monochromatic Colors of #883D1C
Black with #883D1C
Text Example
Text Example
White with #883D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D1C; }
p { color: rgb(136,61,28); }
H1.HeaderClassName
{
color: #883D1C;
}
.AnyTagClassName
{
color: #883D1C;
}
</style>
background-color css
<style>
a { background-color: #883D1C; }
a { background-color: rgb(136,61,28); }
div.DivClassName
{
background-color: #883D1C;
}
.BgClassName
{
background-color: #883D1C;
}
</style>
border-color css
<style>
span { border-color: #883D1C; }
span { border-color: rgb(136,61,28); }
td.TdClassName
{
border-color: #883D1C;
}
.TagClassName
{
border-color: #883D1C;
}
</style>