#86362D

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

Shades of Crab Apple #86362D

Tints of Crab Apple #86362D

Color information

#86362D (or 0x86362D) is unknown color: approx Crab Apple. HEX triplet: 86, 36 and 2D. RGB value is (134,54,45). Sum of RGB (Red+Green+Blue) = 134+54+45=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362D is #79C9D2. Grayscale: #4D4D4D. Windows color (decimal): -7981523 or 2963078. OLE color: 2963078.

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

Color convert

RGB1345445-
CMYK00.600.660.47
HSL6.07º49.72%35.1%-
HSV(B)6.07º66.42%52.55%-
XYZ11.627.93.39-
YUV76.89110168.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=57.51%
G=23.18%
B=19.31%

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
Decimal134544500.600.660.476.0749.7235.1
Hex86362D03C422F63223
Octal20666550741025766243
Binary1000011011011010110101111001000010101111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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