#863A29

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

Shades of Crab Apple #863A29

Tints of Crab Apple #863A29

Color information

#863A29 (or 0x863A29) is unknown color: approx Crab Apple. HEX triplet: 86, 3A and 29. RGB value is (134,58,41). Sum of RGB (Red+Green+Blue) = 134+58+41=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #863A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A29 is #79C5D6. Grayscale: #4E4E4E. Windows color (decimal): -7980503 or 2701958. OLE color: 2701958.

HSL color Cylindrical-coordinate representation of color #863A29: hue angle of 10.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863A29 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1345841-
CMYK00.570.690.47
HSL10.97º53.14%34.31%-
HSV(B)10.97º69.4%52.55%-
XYZ11.748.253.07-
YUV78.79106.68167.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=57.51%
G=24.89%
B=17.60%

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
Decimal134584100.570.690.4710.9753.1434.31
Hex863A29039452Fb3522
Octal206725107110557136542
Binary10000110111010101001011100110001011011111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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