#86362F

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

Shades of Crab Apple #86362F

Tints of Crab Apple #86362F

Color information

#86362F (or 0x86362F) is unknown color: approx Crab Apple. HEX triplet: 86, 36 and 2F. RGB value is (134,54,47). Sum of RGB (Red+Green+Blue) = 134+54+47=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362F is #79C9D0. Grayscale: #4D4D4D. Windows color (decimal): -7981521 or 3094150. OLE color: 3094150.

HSL color Cylindrical-coordinate representation of color #86362F: hue angle of 4.83º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86362F is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1345447-
CMYK00.600.650.47
HSL4.83º48.07%35.49%-
HSV(B)4.83º64.93%52.55%-
XYZ11.667.913.6-
YUV77.12111168.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 47 (18.75% from 255) = 20%
R=57.02%
G=22.98%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134544700.600.650.474.8348.0735.49
Hex86362F03C412F53023
Octal20666570741015756043
Binary1000011011011010111101111001000001101111101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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