Shades of Saddle Brown #823003
Tints of Saddle Brown #823003
RGB
CMYK
RGB Variations
Color information
#823003 (or 0x823003) is known color: Saddle Brown. HEX triplet: 82, 30 and 03. RGB value is (130,48,3). Sum of RGB (Red+Green+Blue) = 130+48+3=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #823003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823003 is #7DCFFC. Grayscale: #434343. Windows color (decimal): -8245245 or 209026. OLE color: 209026.
HSL color Cylindrical-coordinate representation of color #823003: hue angle of 21.26º 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 #823003 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.49 |
| HSL | 21.26º | 0.95% | 0.26% | - |
| HSV(B) | 21.26º | 0.98% | 0.51% | - |
| XYZ | 10.28 | 6.87 | 0.87 | - |
| YUV | 67.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 3 | 0 | 0.63 | 0.98 | 0.49 | 21.26 | 0.95 | 0.26 |
| Hex | 82 | 30 | 3 | 0 | 3F | 62 | 31 | 15 | 5F | 1A |
| Octal | 202 | 60 | 3 | 0 | 77 | 142 | 61 | 25 | 137 | 32 |
| Binary | 10000010 | 110000 | 11 | 0 | 111111 | 1100010 | 110001 | 10101 | 1011111 | 11010 |
Color Harmonies of #823003
Complementary color
Monochromatic Colors of #823003
Black with #823003
Text Example
Text Example
White with #823003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823003; }
p { color: rgb(130,48,3); }
H1.HeaderClassName
{
color: #823003;
}
.AnyTagClassName
{
color: #823003;
}
</style>
background-color css
<style>
a { background-color: #823003; }
a { background-color: rgb(130,48,3); }
div.DivClassName
{
background-color: #823003;
}
.BgClassName
{
background-color: #823003;
}
</style>
border-color css
<style>
span { border-color: #823003; }
span { border-color: rgb(130,48,3); }
td.TdClassName
{
border-color: #823003;
}
.TagClassName
{
border-color: #823003;
}
</style>