#86342D

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

Shades of Crab Apple #86342D

Tints of Crab Apple #86342D

Color information

#86342D (or 0x86342D) is unknown color: approx Crab Apple. HEX triplet: 86, 34 and 2D. RGB value is (134,52,45). Sum of RGB (Red+Green+Blue) = 134+52+45=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86342D is #79CBD2. Grayscale: #4B4B4B. Windows color (decimal): -7982035 or 2962566. OLE color: 2962566.

HSL color Cylindrical-coordinate representation of color #86342D: hue angle of 4.72º degrees, saturation: 0.5, 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 #86342D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1345245-
CMYK00.610.660.47
HSL4.72º49.72%35.1%-
HSV(B)4.72º66.42%52.55%-
XYZ11.537.713.36-
YUV75.72110.67169.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=58.01%
G=22.51%
B=19.48%

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
Decimal134524500.610.660.474.7249.7235.1
Hex86342D03D422F53223
Octal20664550751025756243
Binary1000011011010010110101111011000010101111101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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