#86322C

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

Shades of Crab Apple #86322C

Tints of Crab Apple #86322C

Color information

#86322C (or 0x86322C) is unknown color: approx Crab Apple. HEX triplet: 86, 32 and 2C. RGB value is (134,50,44). Sum of RGB (Red+Green+Blue) = 134+50+44=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322C is #79CDD3. Grayscale: #4A4A4A. Windows color (decimal): -7982548 or 2896518. OLE color: 2896518.

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

Color convert

RGB1345044-
CMYK00.630.670.47
HSL50.56%34.9%-
HSV(B)67.16%52.55%-
XYZ11.437.533.23-
YUV74.43110.83170.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=58.77%
G=21.93%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134504400.630.670.47450.5634.9
Hex86322C03F432F43323
Octal20662540771035746343
Binary1000011011001010110001111111000011101111100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86322C; }

 p { color: rgb(134,50,44); }

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

<style>
 a { background-color: #86322C; }

 a { background-color: rgb(134,50,44); }

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

<style>
 span { border-color: #86322C; }

 span { border-color: rgb(134,50,44); }

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