Shades of Crab Apple #853932
Tints of Crab Apple #853932
RGB
CMYK
RGB Variations
Color information
#853932 (or 0x853932) is known color: Crab Apple. HEX triplet: 85, 39 and 32. RGB value is (133,57,50). Sum of RGB (Red+Green+Blue) = 133+57+50=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853932 is #7AC6CD. Grayscale: #4F4F4F. Windows color (decimal): -8046286 or 3291525. OLE color: 3291525.
HSL color Cylindrical-coordinate representation of color #853932: hue angle of 5.06º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853932 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 50 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.48 |
| HSL | 5.06º | 0.45% | 0.36% | - |
| HSV(B) | 5.06º | 0.62% | 0.52% | - |
| XYZ | 11.71 | 8.14 | 3.97 | - |
| YUV | 78.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 50 | 0 | 0.57 | 0.62 | 0.48 | 5.06 | 0.45 | 0.36 |
| Hex | 85 | 39 | 32 | 0 | 39 | 3E | 30 | 5 | 2D | 24 |
| Octal | 205 | 71 | 62 | 0 | 71 | 76 | 60 | 5 | 55 | 44 |
| Binary | 10000101 | 111001 | 110010 | 0 | 111001 | 111110 | 110000 | 101 | 101101 | 100100 |
Color Harmonies of #853932
Complementary color
Monochromatic Colors of #853932
Black with #853932
Text Example
Text Example
White with #853932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853932; }
p { color: rgb(133,57,50); }
H1.HeaderClassName
{
color: #853932;
}
.AnyTagClassName
{
color: #853932;
}
</style>
background-color css
<style>
a { background-color: #853932; }
a { background-color: rgb(133,57,50); }
div.DivClassName
{
background-color: #853932;
}
.BgClassName
{
background-color: #853932;
}
</style>
border-color css
<style>
span { border-color: #853932; }
span { border-color: rgb(133,57,50); }
td.TdClassName
{
border-color: #853932;
}
.TagClassName
{
border-color: #853932;
}
</style>