Shades of Saddle Brown #883C1C
Tints of Saddle Brown #883C1C
RGB
CMYK
RGB Variations
Color information
#883C1C (or 0x883C1C) is known color: Saddle Brown. HEX triplet: 88, 3C and 1C. RGB value is (136,60,28). Sum of RGB (Red+Green+Blue) = 136+60+28=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #883C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C1C is #77C3E3. Grayscale: #4F4F4F. Windows color (decimal): -7848932 or 1850504. OLE color: 1850504.
HSL color Cylindrical-coordinate representation of color #883C1C: hue angle of 17.78º 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 #883C1C is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 28 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.47 |
| HSL | 17.78º | 0.66% | 0.32% | - |
| HSV(B) | 17.78º | 0.79% | 0.53% | - |
| XYZ | 11.98 | 8.55 | 2.12 | - |
| YUV | 79.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 28 | 0 | 0.56 | 0.79 | 0.47 | 17.78 | 0.66 | 0.32 |
| Hex | 88 | 3C | 1C | 0 | 38 | 4F | 2F | 12 | 42 | 20 |
| Octal | 210 | 74 | 34 | 0 | 70 | 117 | 57 | 22 | 102 | 40 |
| Binary | 10001000 | 111100 | 11100 | 0 | 111000 | 1001111 | 101111 | 10010 | 1000010 | 100000 |
Color Harmonies of #883C1C
Complementary color
Monochromatic Colors of #883C1C
Black with #883C1C
Text Example
Text Example
White with #883C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C1C; }
p { color: rgb(136,60,28); }
H1.HeaderClassName
{
color: #883C1C;
}
.AnyTagClassName
{
color: #883C1C;
}
</style>
background-color css
<style>
a { background-color: #883C1C; }
a { background-color: rgb(136,60,28); }
div.DivClassName
{
background-color: #883C1C;
}
.BgClassName
{
background-color: #883C1C;
}
</style>
border-color css
<style>
span { border-color: #883C1C; }
span { border-color: rgb(136,60,28); }
td.TdClassName
{
border-color: #883C1C;
}
.TagClassName
{
border-color: #883C1C;
}
</style>