Shades of Saddle Brown #8C3602
Tints of Saddle Brown #8C3602
RGB
CMYK
RGB Variations
Color information
#8C3602 (or 0x8C3602) is known color: Saddle Brown. HEX triplet: 8C, 36 and 02. RGB value is (140,54,2). Sum of RGB (Red+Green+Blue) = 140+54+2=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3602 is #73C9FD. Grayscale: #4A4A4A. Windows color (decimal): -7588350 or 145036. OLE color: 145036.
HSL color Cylindrical-coordinate representation of color #8C3602: hue angle of 22.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C3602 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.45 |
| HSL | 22.61º | 0.97% | 0.28% | - |
| HSV(B) | 22.61º | 0.99% | 0.55% | - |
| XYZ | 12.15 | 8.22 | 1 | - |
| YUV | 73.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 2 | 0 | 0.61 | 0.99 | 0.45 | 22.61 | 0.97 | 0.28 |
| Hex | 8C | 36 | 2 | 0 | 3D | 63 | 2D | 17 | 61 | 1C |
| Octal | 214 | 66 | 2 | 0 | 75 | 143 | 55 | 27 | 141 | 34 |
| Binary | 10001100 | 110110 | 10 | 0 | 111101 | 1100011 | 101101 | 10111 | 1100001 | 11100 |
Color Harmonies of #8C3602
Complementary color
Monochromatic Colors of #8C3602
Black with #8C3602
Text Example
Text Example
White with #8C3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3602; }
p { color: rgb(140,54,2); }
H1.HeaderClassName
{
color: #8C3602;
}
.AnyTagClassName
{
color: #8C3602;
}
</style>
background-color css
<style>
a { background-color: #8C3602; }
a { background-color: rgb(140,54,2); }
div.DivClassName
{
background-color: #8C3602;
}
.BgClassName
{
background-color: #8C3602;
}
</style>
border-color css
<style>
span { border-color: #8C3602; }
span { border-color: rgb(140,54,2); }
td.TdClassName
{
border-color: #8C3602;
}
.TagClassName
{
border-color: #8C3602;
}
</style>