#863B2A

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

Shades of Crab Apple #863B2A

Tints of Crab Apple #863B2A

Color information

#863B2A (or 0x863B2A) is unknown color: approx Crab Apple. HEX triplet: 86, 3B and 2A. RGB value is (134,59,42). Sum of RGB (Red+Green+Blue) = 134+59+42=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B2A is #79C4D5. Grayscale: #4F4F4F. Windows color (decimal): -7980246 or 2767750. OLE color: 2767750.

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

Color convert

RGB1345942-
CMYK00.560.690.47
HSL11.09º52.27%34.51%-
HSV(B)11.09º68.66%52.55%-
XYZ11.818.363.18-
YUV79.49106.85166.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=57.02%
G=25.11%
B=17.87%

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
Decimal134594200.560.690.4711.0952.2734.51
Hex863B2A038452Fb3423
Octal206735207010557136443
Binary10000110111011101010011100010001011011111011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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