Shades of Saddle Brown #8B3603
Tints of Saddle Brown #8B3603
RGB
CMYK
RGB Variations
Color information
#8B3603 (or 0x8B3603) is known color: Saddle Brown. HEX triplet: 8B, 36 and 03. RGB value is (139,54,3). Sum of RGB (Red+Green+Blue) = 139+54+3=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3603 is #74C9FC. Grayscale: #494949. Windows color (decimal): -7653885 or 210571. OLE color: 210571.
HSL color Cylindrical-coordinate representation of color #8B3603: hue angle of 22.5º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B3603 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.45 |
| HSL | 22.5º | 0.96% | 0.28% | - |
| HSV(B) | 22.5º | 0.98% | 0.55% | - |
| XYZ | 11.98 | 8.13 | 1.02 | - |
| YUV | 73.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 3 | 0 | 0.61 | 0.98 | 0.45 | 22.5 | 0.96 | 0.28 |
| Hex | 8B | 36 | 3 | 0 | 3D | 62 | 2D | 16 | 60 | 1C |
| Octal | 213 | 66 | 3 | 0 | 75 | 142 | 55 | 26 | 140 | 34 |
| Binary | 10001011 | 110110 | 11 | 0 | 111101 | 1100010 | 101101 | 10110 | 1100000 | 11100 |
Color Harmonies of #8B3603
Complementary color
Monochromatic Colors of #8B3603
Black with #8B3603
Text Example
Text Example
White with #8B3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3603; }
p { color: rgb(139,54,3); }
H1.HeaderClassName
{
color: #8B3603;
}
.AnyTagClassName
{
color: #8B3603;
}
</style>
background-color css
<style>
a { background-color: #8B3603; }
a { background-color: rgb(139,54,3); }
div.DivClassName
{
background-color: #8B3603;
}
.BgClassName
{
background-color: #8B3603;
}
</style>
border-color css
<style>
span { border-color: #8B3603; }
span { border-color: rgb(139,54,3); }
td.TdClassName
{
border-color: #8B3603;
}
.TagClassName
{
border-color: #8B3603;
}
</style>