#873B2A

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

Shades of Crab Apple #873B2A

Tints of Crab Apple #873B2A

Color information

#873B2A (or 0x873B2A) is unknown color: approx Crab Apple. HEX triplet: 87, 3B and 2A. RGB value is (135,59,42). Sum of RGB (Red+Green+Blue) = 135+59+42=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B2A is #78C4D5. Grayscale: #4F4F4F. Windows color (decimal): -7914710 or 2767751. OLE color: 2767751.

HSL color Cylindrical-coordinate representation of color #873B2A: hue angle of 10.97º 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 #873B2A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1355942-
CMYK00.560.690.47
HSL10.97º52.54%34.71%-
HSV(B)10.97º68.89%52.94%-
XYZ11.978.453.19-
YUV79.79106.68167.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=57.20%
G=25%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135594200.560.690.4710.9752.5434.71
Hex873B2A038452Fb3523
Octal207735207010557136543
Binary10000111111011101010011100010001011011111011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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