Shades of Saddle Brown #823707
Tints of Saddle Brown #823707
RGB
CMYK
RGB Variations
Color information
#823707 (or 0x823707) is known color: Saddle Brown. HEX triplet: 82, 37 and 07. RGB value is (130,55,7). Sum of RGB (Red+Green+Blue) = 130+55+7=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #823707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823707 is #7DC8F8. Grayscale: #484848. Windows color (decimal): -8243449 or 472962. OLE color: 472962.
HSL color Cylindrical-coordinate representation of color #823707: hue angle of 23.41º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #823707 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 7 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.49 |
| HSL | 23.41º | 0.9% | 0.27% | - |
| HSV(B) | 23.41º | 0.95% | 0.51% | - |
| XYZ | 10.61 | 7.49 | 1.09 | - |
| YUV | 71.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 7 | 0 | 0.58 | 0.95 | 0.49 | 23.41 | 0.9 | 0.27 |
| Hex | 82 | 37 | 7 | 0 | 3A | 5F | 31 | 17 | 5A | 1B |
| Octal | 202 | 67 | 7 | 0 | 72 | 137 | 61 | 27 | 132 | 33 |
| Binary | 10000010 | 110111 | 111 | 0 | 111010 | 1011111 | 110001 | 10111 | 1011010 | 11011 |
Color Harmonies of #823707
Complementary color
Monochromatic Colors of #823707
Black with #823707
Text Example
Text Example
White with #823707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823707; }
p { color: rgb(130,55,7); }
H1.HeaderClassName
{
color: #823707;
}
.AnyTagClassName
{
color: #823707;
}
</style>
background-color css
<style>
a { background-color: #823707; }
a { background-color: rgb(130,55,7); }
div.DivClassName
{
background-color: #823707;
}
.BgClassName
{
background-color: #823707;
}
</style>
border-color css
<style>
span { border-color: #823707; }
span { border-color: rgb(130,55,7); }
td.TdClassName
{
border-color: #823707;
}
.TagClassName
{
border-color: #823707;
}
</style>