#863A30

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

Shades of Crab Apple #863A30

Tints of Crab Apple #863A30

Color information

#863A30 (or 0x863A30) is unknown color: approx Crab Apple. HEX triplet: 86, 3A and 30. RGB value is (134,58,48). Sum of RGB (Red+Green+Blue) = 134+58+48=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A30 is #79C5CF. Grayscale: #4F4F4F. Windows color (decimal): -7980496 or 3160710. OLE color: 3160710.

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

Color convert

RGB1345848-
CMYK00.570.640.47
HSL6.98º47.25%35.69%-
HSV(B)6.98º64.18%52.55%-
XYZ11.888.313.77-
YUV79.58110.18166.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 48 (19.14% from 255) = 20%
R=55.83%
G=24.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134584800.570.640.476.9847.2535.69
Hex863A30039402F72f24
Octal20672600711005775744
Binary1000011011101011000001110011000000101111111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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