#86362E

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

Shades of Crab Apple #86362E

Tints of Crab Apple #86362E

Color information

#86362E (or 0x86362E) is unknown color: approx Crab Apple. HEX triplet: 86, 36 and 2E. RGB value is (134,54,46). Sum of RGB (Red+Green+Blue) = 134+54+46=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362E is #79C9D1. Grayscale: #4D4D4D. Windows color (decimal): -7981522 or 3028614. OLE color: 3028614.

HSL color Cylindrical-coordinate representation of color #86362E: hue angle of 5.45º 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 #86362E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1345446-
CMYK00.600.660.47
HSL5.45º48.89%35.29%-
HSV(B)5.45º65.67%52.55%-
XYZ11.647.93.5-
YUV77.01110.5168.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=57.26%
G=23.08%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134544600.600.660.475.4548.8935.29
Hex86362E03C422F53123
Octal20666560741025756143
Binary1000011011011010111001111001000010101111101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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