#873A2F

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

Shades of Crab Apple #873A2F

Tints of Crab Apple #873A2F

Color information

#873A2F (or 0x873A2F) is unknown color: approx Crab Apple. HEX triplet: 87, 3A and 2F. RGB value is (135,58,47). Sum of RGB (Red+Green+Blue) = 135+58+47=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A2F is #78C5D0. Grayscale: #4F4F4F. Windows color (decimal): -7914961 or 3095175. OLE color: 3095175.

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

Color convert

RGB1355847-
CMYK00.570.650.47
HSL7.5º48.35%35.69%-
HSV(B)7.5º65.19%52.94%-
XYZ12.028.383.67-
YUV79.77109.51167.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=56.25%
G=24.17%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135584700.570.650.477.548.3535.69
Hex873A2F039412F73024
Octal20772570711015776044
Binary1000011111101010111101110011000001101111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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