Shades of Saddle Brown #824403
Tints of Saddle Brown #824403
RGB
CMYK
RGB Variations
Color information
#824403 (or 0x824403) is known color: Saddle Brown. HEX triplet: 82, 44 and 03. RGB value is (130,68,3). Sum of RGB (Red+Green+Blue) = 130+68+3=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824403 is #7DBBFC. Grayscale: #4F4F4F. Windows color (decimal): -8240125 or 214146. OLE color: 214146.
HSL color Cylindrical-coordinate representation of color #824403: hue angle of 30.71º 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 #824403 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 3 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.49 |
| HSL | 30.71º | 0.95% | 0.26% | - |
| HSV(B) | 30.71º | 0.98% | 0.51% | - |
| XYZ | 11.29 | 8.89 | 1.21 | - |
| YUV | 79.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 3 | 0 | 0.48 | 0.98 | 0.49 | 30.71 | 0.95 | 0.26 |
| Hex | 82 | 44 | 3 | 0 | 30 | 62 | 31 | 1F | 5F | 1A |
| Octal | 202 | 104 | 3 | 0 | 60 | 142 | 61 | 37 | 137 | 32 |
| Binary | 10000010 | 1000100 | 11 | 0 | 110000 | 1100010 | 110001 | 11111 | 1011111 | 11010 |
Color Harmonies of #824403
Complementary color
Monochromatic Colors of #824403
Black with #824403
Text Example
Text Example
White with #824403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824403; }
p { color: rgb(130,68,3); }
H1.HeaderClassName
{
color: #824403;
}
.AnyTagClassName
{
color: #824403;
}
</style>
background-color css
<style>
a { background-color: #824403; }
a { background-color: rgb(130,68,3); }
div.DivClassName
{
background-color: #824403;
}
.BgClassName
{
background-color: #824403;
}
</style>
border-color css
<style>
span { border-color: #824403; }
span { border-color: rgb(130,68,3); }
td.TdClassName
{
border-color: #824403;
}
.TagClassName
{
border-color: #824403;
}
</style>