Shades of Saddle Brown #833F07
Tints of Saddle Brown #833F07
RGB
CMYK
RGB Variations
Color information
#833F07 (or 0x833F07) is known color: Saddle Brown. HEX triplet: 83, 3F and 07. RGB value is (131,63,7). Sum of RGB (Red+Green+Blue) = 131+63+7=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #833F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833F07 is #7CC0F8. Grayscale: #4D4D4D. Windows color (decimal): -8175865 or 475011. OLE color: 475011.
HSL color Cylindrical-coordinate representation of color #833F07: hue angle of 27.1º 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 #833F07 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 7 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.49 |
| HSL | 27.1º | 0.9% | 0.27% | - |
| HSV(B) | 27.1º | 0.95% | 0.51% | - |
| XYZ | 11.18 | 8.4 | 1.23 | - |
| YUV | 76.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 7 | 0 | 0.52 | 0.95 | 0.49 | 27.1 | 0.9 | 0.27 |
| Hex | 83 | 3F | 7 | 0 | 34 | 5F | 31 | 1B | 5A | 1B |
| Octal | 203 | 77 | 7 | 0 | 64 | 137 | 61 | 33 | 132 | 33 |
| Binary | 10000011 | 111111 | 111 | 0 | 110100 | 1011111 | 110001 | 11011 | 1011010 | 11011 |
Color Harmonies of #833F07
Complementary color
Monochromatic Colors of #833F07
Black with #833F07
Text Example
Text Example
White with #833F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F07; }
p { color: rgb(131,63,7); }
H1.HeaderClassName
{
color: #833F07;
}
.AnyTagClassName
{
color: #833F07;
}
</style>
background-color css
<style>
a { background-color: #833F07; }
a { background-color: rgb(131,63,7); }
div.DivClassName
{
background-color: #833F07;
}
.BgClassName
{
background-color: #833F07;
}
</style>
border-color css
<style>
span { border-color: #833F07; }
span { border-color: rgb(131,63,7); }
td.TdClassName
{
border-color: #833F07;
}
.TagClassName
{
border-color: #833F07;
}
</style>