#873A2A

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

Shades of Crab Apple #873A2A

Tints of Crab Apple #873A2A

Color information

#873A2A (or 0x873A2A) is unknown color: approx Crab Apple. HEX triplet: 87, 3A and 2A. RGB value is (135,58,42). Sum of RGB (Red+Green+Blue) = 135+58+42=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A2A is #78C5D5. Grayscale: #4F4F4F. Windows color (decimal): -7914966 or 2767495. OLE color: 2767495.

HSL color Cylindrical-coordinate representation of color #873A2A: hue angle of 10.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873A2A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1355842-
CMYK00.570.690.47
HSL10.32º52.54%34.71%-
HSV(B)10.32º68.89%52.94%-
XYZ11.928.343.17-
YUV79.2107.01167.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=57.45%
G=24.68%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135584200.570.690.4710.3252.5434.71
Hex873A2A039452Fa3523
Octal207725207110557126543
Binary10000111111010101010011100110001011011111010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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