Shades of Saddle Brown #844602
Tints of Saddle Brown #844602
RGB
CMYK
RGB Variations
Color information
#844602 (or 0x844602) is known color: Saddle Brown. HEX triplet: 84, 46 and 02. RGB value is (132,70,2). Sum of RGB (Red+Green+Blue) = 132+70+2=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844602 is #7BB9FD. Grayscale: #515151. Windows color (decimal): -8108542 or 149124. OLE color: 149124.
HSL color Cylindrical-coordinate representation of color #844602: hue angle of 31.38º 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 #844602 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 2 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.48 |
| HSL | 31.38º | 0.97% | 0.26% | - |
| HSV(B) | 31.38º | 0.98% | 0.52% | - |
| XYZ | 11.72 | 9.29 | 1.23 | - |
| YUV | 80.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 2 | 0 | 0.47 | 0.98 | 0.48 | 31.38 | 0.97 | 0.26 |
| Hex | 84 | 46 | 2 | 0 | 2F | 62 | 30 | 1F | 61 | 1A |
| Octal | 204 | 106 | 2 | 0 | 57 | 142 | 60 | 37 | 141 | 32 |
| Binary | 10000100 | 1000110 | 10 | 0 | 101111 | 1100010 | 110000 | 11111 | 1100001 | 11010 |
Color Harmonies of #844602
Complementary color
Monochromatic Colors of #844602
Black with #844602
Text Example
Text Example
White with #844602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844602; }
p { color: rgb(132,70,2); }
H1.HeaderClassName
{
color: #844602;
}
.AnyTagClassName
{
color: #844602;
}
</style>
background-color css
<style>
a { background-color: #844602; }
a { background-color: rgb(132,70,2); }
div.DivClassName
{
background-color: #844602;
}
.BgClassName
{
background-color: #844602;
}
</style>
border-color css
<style>
span { border-color: #844602; }
span { border-color: rgb(132,70,2); }
td.TdClassName
{
border-color: #844602;
}
.TagClassName
{
border-color: #844602;
}
</style>