Shades of Crab Apple #833B2D
Tints of Crab Apple #833B2D
RGB
CMYK
RGB Variations
Color information
#833B2D (or 0x833B2D) is known color: Crab Apple. HEX triplet: 83, 3B and 2D. RGB value is (131,59,45). Sum of RGB (Red+Green+Blue) = 131+59+45=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #833B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B2D is #7CC4D2. Grayscale: #4F4F4F. Windows color (decimal): -8176851 or 2964355. OLE color: 2964355.
HSL color Cylindrical-coordinate representation of color #833B2D: hue angle of 9.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833B2D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 45 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.49 |
| HSL | 9.77º | 0.49% | 0.35% | - |
| HSV(B) | 9.77º | 0.66% | 0.51% | - |
| XYZ | 11.4 | 8.14 | 3.45 | - |
| YUV | 78.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 45 | 0 | 0.55 | 0.66 | 0.49 | 9.77 | 0.49 | 0.35 |
| Hex | 83 | 3B | 2D | 0 | 37 | 42 | 31 | A | 31 | 23 |
| Octal | 203 | 73 | 55 | 0 | 67 | 102 | 61 | 12 | 61 | 43 |
| Binary | 10000011 | 111011 | 101101 | 0 | 110111 | 1000010 | 110001 | 1010 | 110001 | 100011 |
Color Harmonies of #833B2D
Complementary color
Monochromatic Colors of #833B2D
Black with #833B2D
Text Example
Text Example
White with #833B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B2D; }
p { color: rgb(131,59,45); }
H1.HeaderClassName
{
color: #833B2D;
}
.AnyTagClassName
{
color: #833B2D;
}
</style>
background-color css
<style>
a { background-color: #833B2D; }
a { background-color: rgb(131,59,45); }
div.DivClassName
{
background-color: #833B2D;
}
.BgClassName
{
background-color: #833B2D;
}
</style>
border-color css
<style>
span { border-color: #833B2D; }
span { border-color: rgb(131,59,45); }
td.TdClassName
{
border-color: #833B2D;
}
.TagClassName
{
border-color: #833B2D;
}
</style>