#853A2A

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

Shades of Crab Apple #853A2A

Tints of Crab Apple #853A2A

Color information

#853A2A (or 0x853A2A) is unknown color: approx Crab Apple. HEX triplet: 85, 3A and 2A. RGB value is (133,58,42). Sum of RGB (Red+Green+Blue) = 133+58+42=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A2A is #7AC5D5. Grayscale: #4E4E4E. Windows color (decimal): -8046038 or 2767493. OLE color: 2767493.

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

Color convert

RGB1335842-
CMYK00.560.680.48
HSL10.55º52%34.31%-
HSV(B)10.55º68.42%52.16%-
XYZ11.68.183.16-
YUV78.6107.35166.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=57.08%
G=24.89%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133584200.560.680.4810.555234.31
Hex853A2A0384430b3422
Octal205725207010460136442
Binary10000101111010101010011100010001001100001011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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