#863A2A

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

Shades of Crab Apple #863A2A

Tints of Crab Apple #863A2A

Color information

#863A2A (or 0x863A2A) is unknown color: approx Crab Apple. HEX triplet: 86, 3A and 2A. RGB value is (134,58,42). Sum of RGB (Red+Green+Blue) = 134+58+42=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #863A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A2A is #79C5D5. Grayscale: #4F4F4F. Windows color (decimal): -7980502 or 2767494. OLE color: 2767494.

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

Color convert

RGB1345842-
CMYK00.570.690.47
HSL10.43º52.27%34.51%-
HSV(B)10.43º68.66%52.55%-
XYZ11.768.263.17-
YUV78.9107.18167.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=57.26%
G=24.79%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134584200.570.690.4710.4352.2734.51
Hex863A2A039452Fa3423
Octal206725207110557126443
Binary10000110111010101010011100110001011011111010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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