#86342E

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

Shades of Crab Apple #86342E

Tints of Crab Apple #86342E

Color information

#86342E (or 0x86342E) is unknown color: approx Crab Apple. HEX triplet: 86, 34 and 2E. RGB value is (134,52,46). Sum of RGB (Red+Green+Blue) = 134+52+46=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86342E is #79CBD1. Grayscale: #4B4B4B. Windows color (decimal): -7982034 or 3028102. OLE color: 3028102.

HSL color Cylindrical-coordinate representation of color #86342E: hue angle of 4.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86342E is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1345246-
CMYK00.610.660.47
HSL4.09º48.89%35.29%-
HSV(B)4.09º65.67%52.55%-
XYZ11.557.723.47-
YUV75.83111.17169.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=57.76%
G=22.41%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134524600.610.660.474.0948.8935.29
Hex86342E03D422F43123
Octal20664560751025746143
Binary1000011011010010111001111011000010101111100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86342E; }

 p { color: rgb(134,52,46); }

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

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

 a { background-color: rgb(134,52,46); }

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

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

 span { border-color: rgb(134,52,46); }

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