Shades of Saddle Brown #843D03
Tints of Saddle Brown #843D03
RGB
CMYK
RGB Variations
Color information
#843D03 (or 0x843D03) is known color: Saddle Brown. HEX triplet: 84, 3D and 03. RGB value is (132,61,3). Sum of RGB (Red+Green+Blue) = 132+61+3=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #843D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D03 is #7BC2FC. Grayscale: #4B4B4B. Windows color (decimal): -8110845 or 212356. OLE color: 212356.
HSL color Cylindrical-coordinate representation of color #843D03: hue angle of 26.98º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #843D03 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.48 |
| HSL | 26.98º | 0.96% | 0.26% | - |
| HSV(B) | 26.98º | 0.98% | 0.52% | - |
| XYZ | 11.2 | 8.25 | 1.09 | - |
| YUV | 75.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 3 | 0 | 0.54 | 0.98 | 0.48 | 26.98 | 0.96 | 0.26 |
| Hex | 84 | 3D | 3 | 0 | 36 | 62 | 30 | 1B | 60 | 1A |
| Octal | 204 | 75 | 3 | 0 | 66 | 142 | 60 | 33 | 140 | 32 |
| Binary | 10000100 | 111101 | 11 | 0 | 110110 | 1100010 | 110000 | 11011 | 1100000 | 11010 |
Color Harmonies of #843D03
Complementary color
Monochromatic Colors of #843D03
Black with #843D03
Text Example
Text Example
White with #843D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D03; }
p { color: rgb(132,61,3); }
H1.HeaderClassName
{
color: #843D03;
}
.AnyTagClassName
{
color: #843D03;
}
</style>
background-color css
<style>
a { background-color: #843D03; }
a { background-color: rgb(132,61,3); }
div.DivClassName
{
background-color: #843D03;
}
.BgClassName
{
background-color: #843D03;
}
</style>
border-color css
<style>
span { border-color: #843D03; }
span { border-color: rgb(132,61,3); }
td.TdClassName
{
border-color: #843D03;
}
.TagClassName
{
border-color: #843D03;
}
</style>