Shades of Crab Apple #833529
Tints of Crab Apple #833529
RGB
CMYK
RGB Variations
Color information
#833529 (or 0x833529) is known color: Crab Apple. HEX triplet: 83, 35 and 29. RGB value is (131,53,41). Sum of RGB (Red+Green+Blue) = 131+53+41=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #833529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833529 is #7CCAD6. Grayscale: #4B4B4B. Windows color (decimal): -8178391 or 2700675. OLE color: 2700675.
HSL color Cylindrical-coordinate representation of color #833529: hue angle of 8º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833529 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 41 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.49 |
| HSL | 8º | 0.52% | 0.34% | - |
| HSV(B) | 8º | 0.69% | 0.51% | - |
| XYZ | 11.03 | 7.53 | 2.97 | - |
| YUV | 74.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 41 | 0 | 0.60 | 0.69 | 0.49 | 8 | 0.52 | 0.34 |
| Hex | 83 | 35 | 29 | 0 | 3C | 45 | 31 | 8 | 34 | 22 |
| Octal | 203 | 65 | 51 | 0 | 74 | 105 | 61 | 10 | 64 | 42 |
| Binary | 10000011 | 110101 | 101001 | 0 | 111100 | 1000101 | 110001 | 1000 | 110100 | 100010 |
Color Harmonies of #833529
Complementary color
Monochromatic Colors of #833529
Black with #833529
Text Example
Text Example
White with #833529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833529; }
p { color: rgb(131,53,41); }
H1.HeaderClassName
{
color: #833529;
}
.AnyTagClassName
{
color: #833529;
}
</style>
background-color css
<style>
a { background-color: #833529; }
a { background-color: rgb(131,53,41); }
div.DivClassName
{
background-color: #833529;
}
.BgClassName
{
background-color: #833529;
}
</style>
border-color css
<style>
span { border-color: #833529; }
span { border-color: rgb(131,53,41); }
td.TdClassName
{
border-color: #833529;
}
.TagClassName
{
border-color: #833529;
}
</style>