Shades of Crab Apple #853830
Tints of Crab Apple #853830
RGB
CMYK
RGB Variations
Color information
#853830 (or 0x853830) is known color: Crab Apple. HEX triplet: 85, 38 and 30. RGB value is (133,56,48). Sum of RGB (Red+Green+Blue) = 133+56+48=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853830 is #7AC7CF. Grayscale: #4E4E4E. Windows color (decimal): -8046544 or 3160197. OLE color: 3160197.
HSL color Cylindrical-coordinate representation of color #853830: hue angle of 5.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853830 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 48 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.48 |
| HSL | 5.65º | 0.47% | 0.35% | - |
| HSV(B) | 5.65º | 0.64% | 0.52% | - |
| XYZ | 11.62 | 8.03 | 3.73 | - |
| YUV | 78.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 48 | 0 | 0.58 | 0.64 | 0.48 | 5.65 | 0.47 | 0.35 |
| Hex | 85 | 38 | 30 | 0 | 3A | 40 | 30 | 6 | 2F | 23 |
| Octal | 205 | 70 | 60 | 0 | 72 | 100 | 60 | 6 | 57 | 43 |
| Binary | 10000101 | 111000 | 110000 | 0 | 111010 | 1000000 | 110000 | 110 | 101111 | 100011 |
Color Harmonies of #853830
Complementary color
Monochromatic Colors of #853830
Black with #853830
Text Example
Text Example
White with #853830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853830; }
p { color: rgb(133,56,48); }
H1.HeaderClassName
{
color: #853830;
}
.AnyTagClassName
{
color: #853830;
}
</style>
background-color css
<style>
a { background-color: #853830; }
a { background-color: rgb(133,56,48); }
div.DivClassName
{
background-color: #853830;
}
.BgClassName
{
background-color: #853830;
}
</style>
border-color css
<style>
span { border-color: #853830; }
span { border-color: rgb(133,56,48); }
td.TdClassName
{
border-color: #853830;
}
.TagClassName
{
border-color: #853830;
}
</style>