Shades of Saddle Brown #824501
Tints of Saddle Brown #824501
RGB
CMYK
RGB Variations
Color information
#824501 (or 0x824501) is known color: Saddle Brown. HEX triplet: 82, 45 and 01. RGB value is (130,69,1). Sum of RGB (Red+Green+Blue) = 130+69+1=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824501 is #7DBAFE. Grayscale: #4F4F4F. Windows color (decimal): -8239871 or 83330. OLE color: 83330.
HSL color Cylindrical-coordinate representation of color #824501: hue angle of 31.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #824501 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.49 |
| HSL | 31.63º | 0.98% | 0.26% | - |
| HSV(B) | 31.63º | 0.99% | 0.51% | - |
| XYZ | 11.34 | 9 | 1.17 | - |
| YUV | 79.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 1 | 0 | 0.47 | 0.99 | 0.49 | 31.63 | 0.98 | 0.26 |
| Hex | 82 | 45 | 1 | 0 | 2F | 63 | 31 | 20 | 62 | 1A |
| Octal | 202 | 105 | 1 | 0 | 57 | 143 | 61 | 40 | 142 | 32 |
| Binary | 10000010 | 1000101 | 1 | 0 | 101111 | 1100011 | 110001 | 100000 | 1100010 | 11010 |
Color Harmonies of #824501
Complementary color
Monochromatic Colors of #824501
Black with #824501
Text Example
Text Example
White with #824501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824501; }
p { color: rgb(130,69,1); }
H1.HeaderClassName
{
color: #824501;
}
.AnyTagClassName
{
color: #824501;
}
</style>
background-color css
<style>
a { background-color: #824501; }
a { background-color: rgb(130,69,1); }
div.DivClassName
{
background-color: #824501;
}
.BgClassName
{
background-color: #824501;
}
</style>
border-color css
<style>
span { border-color: #824501; }
span { border-color: rgb(130,69,1); }
td.TdClassName
{
border-color: #824501;
}
.TagClassName
{
border-color: #824501;
}
</style>