Shades of Saddle Brown #8A3C1B
Tints of Saddle Brown #8A3C1B
RGB
CMYK
RGB Variations
Color information
#8A3C1B (or 0x8A3C1B) is known color: Saddle Brown. HEX triplet: 8A, 3C and 1B. RGB value is (138,60,27). Sum of RGB (Red+Green+Blue) = 138+60+27=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3C1B is #75C3E4. Grayscale: #4F4F4F. Windows color (decimal): -7717861 or 1784970. OLE color: 1784970.
HSL color Cylindrical-coordinate representation of color #8A3C1B: hue angle of 17.84º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A3C1B is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 27 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.46 |
| HSL | 17.84º | 0.67% | 0.32% | - |
| HSV(B) | 17.84º | 0.8% | 0.54% | - |
| XYZ | 12.29 | 8.71 | 2.07 | - |
| YUV | 79.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 27 | 0 | 0.57 | 0.80 | 0.46 | 17.84 | 0.67 | 0.32 |
| Hex | 8A | 3C | 1B | 0 | 39 | 50 | 2E | 12 | 43 | 20 |
| Octal | 212 | 74 | 33 | 0 | 71 | 120 | 56 | 22 | 103 | 40 |
| Binary | 10001010 | 111100 | 11011 | 0 | 111001 | 1010000 | 101110 | 10010 | 1000011 | 100000 |
Color Harmonies of #8A3C1B
Complementary color
Monochromatic Colors of #8A3C1B
Black with #8A3C1B
Text Example
Text Example
White with #8A3C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C1B; }
p { color: rgb(138,60,27); }
H1.HeaderClassName
{
color: #8A3C1B;
}
.AnyTagClassName
{
color: #8A3C1B;
}
</style>
background-color css
<style>
a { background-color: #8A3C1B; }
a { background-color: rgb(138,60,27); }
div.DivClassName
{
background-color: #8A3C1B;
}
.BgClassName
{
background-color: #8A3C1B;
}
</style>
border-color css
<style>
span { border-color: #8A3C1B; }
span { border-color: rgb(138,60,27); }
td.TdClassName
{
border-color: #8A3C1B;
}
.TagClassName
{
border-color: #8A3C1B;
}
</style>