#863631

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

Shades of Crab Apple #863631

Tints of Crab Apple #863631

Color information

#863631 (or 0x863631) is unknown color: approx Crab Apple. HEX triplet: 86, 36 and 31. RGB value is (134,54,49). Sum of RGB (Red+Green+Blue) = 134+54+49=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863631 is #79C9CE. Grayscale: #4D4D4D. Windows color (decimal): -7981519 or 3225222. OLE color: 3225222.

HSL color Cylindrical-coordinate representation of color #863631: hue angle of 3.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863631 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1345449-
CMYK00.600.630.47
HSL3.53º46.45%35.88%-
HSV(B)3.53º63.43%52.55%-
XYZ11.717.933.82-
YUV77.35112168.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=56.54%
G=22.78%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134544900.600.630.473.5346.4535.88
Hex86363103C3F2F42e24
Octal2066661074775745644
Binary100001101101101100010111100111111101111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863631; }

 p { color: rgb(134,54,49); }

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

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

 a { background-color: rgb(134,54,49); }

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

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

 span { border-color: rgb(134,54,49); }

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