Shades of Saddle Brown #8B3C1B
Tints of Saddle Brown #8B3C1B
RGB
CMYK
RGB Variations
Color information
#8B3C1B (or 0x8B3C1B) is known color: Saddle Brown. HEX triplet: 8B, 3C and 1B. RGB value is (139,60,27). Sum of RGB (Red+Green+Blue) = 139+60+27=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3C1B is #74C3E4. Grayscale: #505050. Windows color (decimal): -7652325 or 1784971. OLE color: 1784971.
HSL color Cylindrical-coordinate representation of color #8B3C1B: hue angle of 17.68º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B3C1B is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 27 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.45 |
| HSL | 17.68º | 0.67% | 0.33% | - |
| HSV(B) | 17.68º | 0.81% | 0.55% | - |
| XYZ | 12.46 | 8.8 | 2.08 | - |
| YUV | 79.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 27 | 0 | 0.57 | 0.81 | 0.45 | 17.68 | 0.67 | 0.33 |
| Hex | 8B | 3C | 1B | 0 | 39 | 51 | 2D | 12 | 43 | 21 |
| Octal | 213 | 74 | 33 | 0 | 71 | 121 | 55 | 22 | 103 | 41 |
| Binary | 10001011 | 111100 | 11011 | 0 | 111001 | 1010001 | 101101 | 10010 | 1000011 | 100001 |
Color Harmonies of #8B3C1B
Complementary color
Monochromatic Colors of #8B3C1B
Black with #8B3C1B
Text Example
Text Example
White with #8B3C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C1B; }
p { color: rgb(139,60,27); }
H1.HeaderClassName
{
color: #8B3C1B;
}
.AnyTagClassName
{
color: #8B3C1B;
}
</style>
background-color css
<style>
a { background-color: #8B3C1B; }
a { background-color: rgb(139,60,27); }
div.DivClassName
{
background-color: #8B3C1B;
}
.BgClassName
{
background-color: #8B3C1B;
}
</style>
border-color css
<style>
span { border-color: #8B3C1B; }
span { border-color: rgb(139,60,27); }
td.TdClassName
{
border-color: #8B3C1B;
}
.TagClassName
{
border-color: #8B3C1B;
}
</style>