#86342A

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

Shades of Crab Apple #86342A

Tints of Crab Apple #86342A

Color information

#86342A (or 0x86342A) is unknown color: approx Crab Apple. HEX triplet: 86, 34 and 2A. RGB value is (134,52,42). Sum of RGB (Red+Green+Blue) = 134+52+42=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86342A is #79CBD5. Grayscale: #4B4B4B. Windows color (decimal): -7982038 or 2765958. OLE color: 2765958.

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

Color convert

RGB1345242-
CMYK00.610.690.47
HSL6.52º52.27%34.51%-
HSV(B)6.52º68.66%52.55%-
XYZ11.487.693.07-
YUV75.38109.17169.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=58.77%
G=22.81%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134524200.610.690.476.5252.2734.51
Hex86342A03D452F73423
Octal20664520751055776443
Binary1000011011010010101001111011000101101111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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