Shades of Crab Apple #813933
Tints of Crab Apple #813933
RGB
CMYK
RGB Variations
Color information
#813933 (or 0x813933) is known color: Crab Apple. HEX triplet: 81, 39 and 33. RGB value is (129,57,51). Sum of RGB (Red+Green+Blue) = 129+57+51=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #813933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813933 is #7EC6CC. Grayscale: #4D4D4D. Windows color (decimal): -8308429 or 3357057. OLE color: 3357057.
HSL color Cylindrical-coordinate representation of color #813933: hue angle of 4.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813933 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 57 | 51 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.49 |
| HSL | 4.62º | 0.43% | 0.35% | - |
| HSV(B) | 4.62º | 0.6% | 0.51% | - |
| XYZ | 11.11 | 7.83 | 4.06 | - |
| YUV | 77.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 51 | 0 | 0.56 | 0.60 | 0.49 | 4.62 | 0.43 | 0.35 |
| Hex | 81 | 39 | 33 | 0 | 38 | 3C | 31 | 5 | 2B | 23 |
| Octal | 201 | 71 | 63 | 0 | 70 | 74 | 61 | 5 | 53 | 43 |
| Binary | 10000001 | 111001 | 110011 | 0 | 111000 | 111100 | 110001 | 101 | 101011 | 100011 |
Color Harmonies of #813933
Complementary color
Monochromatic Colors of #813933
Black with #813933
Text Example
Text Example
White with #813933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813933; }
p { color: rgb(129,57,51); }
H1.HeaderClassName
{
color: #813933;
}
.AnyTagClassName
{
color: #813933;
}
</style>
background-color css
<style>
a { background-color: #813933; }
a { background-color: rgb(129,57,51); }
div.DivClassName
{
background-color: #813933;
}
.BgClassName
{
background-color: #813933;
}
</style>
border-color css
<style>
span { border-color: #813933; }
span { border-color: rgb(129,57,51); }
td.TdClassName
{
border-color: #813933;
}
.TagClassName
{
border-color: #813933;
}
</style>