Shades of Saddle Brown #824503
Tints of Saddle Brown #824503
RGB
CMYK
RGB Variations
Color information
#824503 (or 0x824503) is known color: Saddle Brown. HEX triplet: 82, 45 and 03. RGB value is (130,69,3). Sum of RGB (Red+Green+Blue) = 130+69+3=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824503 is #7DBAFC. Grayscale: #505050. Windows color (decimal): -8239869 or 214402. OLE color: 214402.
HSL color Cylindrical-coordinate representation of color #824503: hue angle of 31.18º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #824503 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 3 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.49 |
| HSL | 31.18º | 0.95% | 0.26% | - |
| HSV(B) | 31.18º | 0.98% | 0.51% | - |
| XYZ | 11.35 | 9.01 | 1.23 | - |
| YUV | 79.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 3 | 0 | 0.47 | 0.98 | 0.49 | 31.18 | 0.95 | 0.26 |
| Hex | 82 | 45 | 3 | 0 | 2F | 62 | 31 | 1F | 5F | 1A |
| Octal | 202 | 105 | 3 | 0 | 57 | 142 | 61 | 37 | 137 | 32 |
| Binary | 10000010 | 1000101 | 11 | 0 | 101111 | 1100010 | 110001 | 11111 | 1011111 | 11010 |
Color Harmonies of #824503
Complementary color
Monochromatic Colors of #824503
Black with #824503
Text Example
Text Example
White with #824503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824503; }
p { color: rgb(130,69,3); }
H1.HeaderClassName
{
color: #824503;
}
.AnyTagClassName
{
color: #824503;
}
</style>
background-color css
<style>
a { background-color: #824503; }
a { background-color: rgb(130,69,3); }
div.DivClassName
{
background-color: #824503;
}
.BgClassName
{
background-color: #824503;
}
</style>
border-color css
<style>
span { border-color: #824503; }
span { border-color: rgb(130,69,3); }
td.TdClassName
{
border-color: #824503;
}
.TagClassName
{
border-color: #824503;
}
</style>