Shades of Crab Apple #833A2D
Tints of Crab Apple #833A2D
RGB
CMYK
RGB Variations
Color information
#833A2D (or 0x833A2D) is known color: Crab Apple. HEX triplet: 83, 3A and 2D. RGB value is (131,58,45). Sum of RGB (Red+Green+Blue) = 131+58+45=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #833A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833A2D is #7CC5D2. Grayscale: #4E4E4E. Windows color (decimal): -8177107 or 2964099. OLE color: 2964099.
HSL color Cylindrical-coordinate representation of color #833A2D: hue angle of 9.07º 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 #833A2D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 58 | 45 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.49 |
| HSL | 9.07º | 0.49% | 0.35% | - |
| HSV(B) | 9.07º | 0.66% | 0.51% | - |
| XYZ | 11.35 | 8.04 | 3.44 | - |
| YUV | 78.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 45 | 0 | 0.56 | 0.66 | 0.49 | 9.07 | 0.49 | 0.35 |
| Hex | 83 | 3A | 2D | 0 | 38 | 42 | 31 | 9 | 31 | 23 |
| Octal | 203 | 72 | 55 | 0 | 70 | 102 | 61 | 11 | 61 | 43 |
| Binary | 10000011 | 111010 | 101101 | 0 | 111000 | 1000010 | 110001 | 1001 | 110001 | 100011 |
Color Harmonies of #833A2D
Complementary color
Monochromatic Colors of #833A2D
Black with #833A2D
Text Example
Text Example
White with #833A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A2D; }
p { color: rgb(131,58,45); }
H1.HeaderClassName
{
color: #833A2D;
}
.AnyTagClassName
{
color: #833A2D;
}
</style>
background-color css
<style>
a { background-color: #833A2D; }
a { background-color: rgb(131,58,45); }
div.DivClassName
{
background-color: #833A2D;
}
.BgClassName
{
background-color: #833A2D;
}
</style>
border-color css
<style>
span { border-color: #833A2D; }
span { border-color: rgb(131,58,45); }
td.TdClassName
{
border-color: #833A2D;
}
.TagClassName
{
border-color: #833A2D;
}
</style>