#853A31

Color #853A31 Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #853A31

Tints of Crab Apple #853A31

Color information

#853A31 (or 0x853A31) is unknown color: approx Crab Apple. HEX triplet: 85, 3A and 31. RGB value is (133,58,49). Sum of RGB (Red+Green+Blue) = 133+58+49=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A31 is #7AC5CE. Grayscale: #4F4F4F. Windows color (decimal): -8046031 or 3226245. OLE color: 3226245.

HSL color Cylindrical-coordinate representation of color #853A31: hue angle of 6.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853A31 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1335849-
CMYK00.560.630.48
HSL6.43º46.15%35.69%-
HSV(B)6.43º63.16%52.16%-
XYZ11.748.233.88-
YUV79.4110.85166.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=55.42%
G=24.17%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133584900.560.630.486.4346.1535.69
Hex853A310383F3062e24
Octal2057261070776065644
Binary100001011110101100010111000111111110000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A31; }

 p { color: rgb(133,58,49); }

 H1.HeaderClassName
 {
   color: #853A31;
 }
 .AnyTagClassName
 {
   color: #853A31;
 }
</style>
background-color css

<style>
 a { background-color: #853A31; }

 a { background-color: rgb(133,58,49); }

 div.DivClassName
 {
   background-color: #853A31;
 }
 .BgClassName
 {
   background-color: #853A31;
 }
</style>
border-color css

<style>
 span { border-color: #853A31; }

 span { border-color: rgb(133,58,49); }

 td.TdClassName
 {
   border-color: #853A31;
 }
 .TagClassName
 {
   border-color: #853A31;
 }
</style>