Shades of Russet #833D1B
Tints of Russet #833D1B
RGB
CMYK
RGB Variations
Color information
#833D1B (or 0x833D1B) is known color: Russet. HEX triplet: 83, 3D and 1B. RGB value is (131,61,27). Sum of RGB (Red+Green+Blue) = 131+61+27=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #833D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D1B is #7CC2E4. Grayscale: #4E4E4E. Windows color (decimal): -8176357 or 1785219. OLE color: 1785219.
HSL color Cylindrical-coordinate representation of color #833D1B: hue angle of 19.62º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #833D1B is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 27 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.49 |
| HSL | 19.62º | 0.66% | 0.31% | - |
| HSV(B) | 19.62º | 0.79% | 0.51% | - |
| XYZ | 11.23 | 8.24 | 2.04 | - |
| YUV | 78.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 27 | 0 | 0.53 | 0.79 | 0.49 | 19.62 | 0.66 | 0.31 |
| Hex | 83 | 3D | 1B | 0 | 35 | 4F | 31 | 14 | 42 | 1F |
| Octal | 203 | 75 | 33 | 0 | 65 | 117 | 61 | 24 | 102 | 37 |
| Binary | 10000011 | 111101 | 11011 | 0 | 110101 | 1001111 | 110001 | 10100 | 1000010 | 11111 |
Color Harmonies of #833D1B
Complementary color
Monochromatic Colors of #833D1B
Black with #833D1B
Text Example
Text Example
White with #833D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D1B; }
p { color: rgb(131,61,27); }
H1.HeaderClassName
{
color: #833D1B;
}
.AnyTagClassName
{
color: #833D1B;
}
</style>
background-color css
<style>
a { background-color: #833D1B; }
a { background-color: rgb(131,61,27); }
div.DivClassName
{
background-color: #833D1B;
}
.BgClassName
{
background-color: #833D1B;
}
</style>
border-color css
<style>
span { border-color: #833D1B; }
span { border-color: rgb(131,61,27); }
td.TdClassName
{
border-color: #833D1B;
}
.TagClassName
{
border-color: #833D1B;
}
</style>