Shades of Saddle Brown #833005
Tints of Saddle Brown #833005
RGB
CMYK
RGB Variations
Color information
#833005 (or 0x833005) is known color: Saddle Brown. HEX triplet: 83, 30 and 05. RGB value is (131,48,5). Sum of RGB (Red+Green+Blue) = 131+48+5=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #833005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833005 is #7CCFFA. Grayscale: #444444. Windows color (decimal): -8179707 or 340099. OLE color: 340099.
HSL color Cylindrical-coordinate representation of color #833005: hue angle of 20.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #833005 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 5 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.49 |
| HSL | 20.48º | 0.93% | 0.27% | - |
| HSV(B) | 20.48º | 0.96% | 0.51% | - |
| XYZ | 10.44 | 6.95 | 0.93 | - |
| YUV | 67.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 5 | 0 | 0.63 | 0.96 | 0.49 | 20.48 | 0.93 | 0.27 |
| Hex | 83 | 30 | 5 | 0 | 3F | 60 | 31 | 14 | 5D | 1B |
| Octal | 203 | 60 | 5 | 0 | 77 | 140 | 61 | 24 | 135 | 33 |
| Binary | 10000011 | 110000 | 101 | 0 | 111111 | 1100000 | 110001 | 10100 | 1011101 | 11011 |
Color Harmonies of #833005
Complementary color
Monochromatic Colors of #833005
Black with #833005
Text Example
Text Example
White with #833005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833005; }
p { color: rgb(131,48,5); }
H1.HeaderClassName
{
color: #833005;
}
.AnyTagClassName
{
color: #833005;
}
</style>
background-color css
<style>
a { background-color: #833005; }
a { background-color: rgb(131,48,5); }
div.DivClassName
{
background-color: #833005;
}
.BgClassName
{
background-color: #833005;
}
</style>
border-color css
<style>
span { border-color: #833005; }
span { border-color: rgb(131,48,5); }
td.TdClassName
{
border-color: #833005;
}
.TagClassName
{
border-color: #833005;
}
</style>