Shades of Saddle Brown #832C07
Tints of Saddle Brown #832C07
RGB
CMYK
RGB Variations
Color information
#832C07 (or 0x832C07) is known color: Saddle Brown. HEX triplet: 83, 2C and 07. RGB value is (131,44,7). Sum of RGB (Red+Green+Blue) = 131+44+7=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #832C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832C07 is #7CD3F8. Grayscale: #424242. Windows color (decimal): -8180729 or 470147. OLE color: 470147.
HSL color Cylindrical-coordinate representation of color #832C07: hue angle of 17.9º 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 #832C07 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 7 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.49 |
| HSL | 17.9º | 0.9% | 0.27% | - |
| HSV(B) | 17.9º | 0.95% | 0.51% | - |
| XYZ | 10.3 | 6.64 | 0.94 | - |
| YUV | 65.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 7 | 0 | 0.66 | 0.95 | 0.49 | 17.9 | 0.9 | 0.27 |
| Hex | 83 | 2C | 7 | 0 | 42 | 5F | 31 | 12 | 5A | 1B |
| Octal | 203 | 54 | 7 | 0 | 102 | 137 | 61 | 22 | 132 | 33 |
| Binary | 10000011 | 101100 | 111 | 0 | 1000010 | 1011111 | 110001 | 10010 | 1011010 | 11011 |
Color Harmonies of #832C07
Complementary color
Monochromatic Colors of #832C07
Black with #832C07
Text Example
Text Example
White with #832C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C07; }
p { color: rgb(131,44,7); }
H1.HeaderClassName
{
color: #832C07;
}
.AnyTagClassName
{
color: #832C07;
}
</style>
background-color css
<style>
a { background-color: #832C07; }
a { background-color: rgb(131,44,7); }
div.DivClassName
{
background-color: #832C07;
}
.BgClassName
{
background-color: #832C07;
}
</style>
border-color css
<style>
span { border-color: #832C07; }
span { border-color: rgb(131,44,7); }
td.TdClassName
{
border-color: #832C07;
}
.TagClassName
{
border-color: #832C07;
}
</style>