#863B2C

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

Shades of Crab Apple #863B2C

Tints of Crab Apple #863B2C

Color information

#863B2C (or 0x863B2C) is unknown color: approx Crab Apple. HEX triplet: 86, 3B and 2C. RGB value is (134,59,44). Sum of RGB (Red+Green+Blue) = 134+59+44=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B2C is #79C4D3. Grayscale: #4F4F4F. Windows color (decimal): -7980244 or 2898822. OLE color: 2898822.

HSL color Cylindrical-coordinate representation of color #863B2C: hue angle of 10º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863B2C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1345944-
CMYK00.560.670.47
HSL10º50.56%34.9%-
HSV(B)10º67.16%52.55%-
XYZ11.858.383.38-
YUV79.71107.85166.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=56.54%
G=24.89%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134594400.560.670.471050.5634.9
Hex863B2C038432Fa3323
Octal206735407010357126343
Binary10000110111011101100011100010000111011111010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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