#86362B

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

Shades of Crab Apple #86362B

Tints of Crab Apple #86362B

Color information

#86362B (or 0x86362B) is unknown color: approx Crab Apple. HEX triplet: 86, 36 and 2B. RGB value is (134,54,43). Sum of RGB (Red+Green+Blue) = 134+54+43=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362B is #79C9D4. Grayscale: #4C4C4C. Windows color (decimal): -7981525 or 2832006. OLE color: 2832006.

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

Color convert

RGB1345443-
CMYK00.600.680.47
HSL7.25º51.41%34.71%-
HSV(B)7.25º67.91%52.55%-
XYZ11.597.883.2-
YUV76.67109168.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=58.01%
G=23.38%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134544300.600.680.477.2551.4134.71
Hex86362B03C442F73323
Octal20666530741045776343
Binary1000011011011010101101111001000100101111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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