Shades of Saddle Brown #843F02
Tints of Saddle Brown #843F02
RGB
CMYK
RGB Variations
Color information
#843F02 (or 0x843F02) is known color: Saddle Brown. HEX triplet: 84, 3F and 02. RGB value is (132,63,2). Sum of RGB (Red+Green+Blue) = 132+63+2=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #843F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843F02 is #7BC0FD. Grayscale: #4C4C4C. Windows color (decimal): -8110334 or 147332. OLE color: 147332.
HSL color Cylindrical-coordinate representation of color #843F02: hue angle of 28.15º degrees, saturation: 0.97, 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 #843F02 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.48 |
| HSL | 28.15º | 0.97% | 0.26% | - |
| HSV(B) | 28.15º | 0.98% | 0.52% | - |
| XYZ | 11.3 | 8.46 | 1.1 | - |
| YUV | 76.68 | 85.86 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 2 | 0 | 0.52 | 0.98 | 0.48 | 28.15 | 0.97 | 0.26 |
| Hex | 84 | 3F | 2 | 0 | 34 | 62 | 30 | 1C | 61 | 1A |
| Octal | 204 | 77 | 2 | 0 | 64 | 142 | 60 | 34 | 141 | 32 |
| Binary | 10000100 | 111111 | 10 | 0 | 110100 | 1100010 | 110000 | 11100 | 1100001 | 11010 |
Color Harmonies of #843F02
Complementary color
Monochromatic Colors of #843F02
Black with #843F02
Text Example
Text Example
White with #843F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F02; }
p { color: rgb(132,63,2); }
H1.HeaderClassName
{
color: #843F02;
}
.AnyTagClassName
{
color: #843F02;
}
</style>
background-color css
<style>
a { background-color: #843F02; }
a { background-color: rgb(132,63,2); }
div.DivClassName
{
background-color: #843F02;
}
.BgClassName
{
background-color: #843F02;
}
</style>
border-color css
<style>
span { border-color: #843F02; }
span { border-color: rgb(132,63,2); }
td.TdClassName
{
border-color: #843F02;
}
.TagClassName
{
border-color: #843F02;
}
</style>