Shades of Saddle Brown #823001
Tints of Saddle Brown #823001
RGB
CMYK
RGB Variations
Color information
#823001 (or 0x823001) is known color: Saddle Brown. HEX triplet: 82, 30 and 01. RGB value is (130,48,1). Sum of RGB (Red+Green+Blue) = 130+48+1=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #823001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823001 is #7DCFFE. Grayscale: #434343. Windows color (decimal): -8245247 or 77954. OLE color: 77954.
HSL color Cylindrical-coordinate representation of color #823001: hue angle of 21.86º 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 #823001 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.49 |
| HSL | 21.86º | 0.98% | 0.26% | - |
| HSV(B) | 21.86º | 0.99% | 0.51% | - |
| XYZ | 10.27 | 6.86 | 0.81 | - |
| YUV | 67.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 1 | 0 | 0.63 | 0.99 | 0.49 | 21.86 | 0.98 | 0.26 |
| Hex | 82 | 30 | 1 | 0 | 3F | 63 | 31 | 16 | 62 | 1A |
| Octal | 202 | 60 | 1 | 0 | 77 | 143 | 61 | 26 | 142 | 32 |
| Binary | 10000010 | 110000 | 1 | 0 | 111111 | 1100011 | 110001 | 10110 | 1100010 | 11010 |
Color Harmonies of #823001
Complementary color
Monochromatic Colors of #823001
Black with #823001
Text Example
Text Example
White with #823001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823001; }
p { color: rgb(130,48,1); }
H1.HeaderClassName
{
color: #823001;
}
.AnyTagClassName
{
color: #823001;
}
</style>
background-color css
<style>
a { background-color: #823001; }
a { background-color: rgb(130,48,1); }
div.DivClassName
{
background-color: #823001;
}
.BgClassName
{
background-color: #823001;
}
</style>
border-color css
<style>
span { border-color: #823001; }
span { border-color: rgb(130,48,1); }
td.TdClassName
{
border-color: #823001;
}
.TagClassName
{
border-color: #823001;
}
</style>