#86362C

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

Shades of Crab Apple #86362C

Tints of Crab Apple #86362C

Color information

#86362C (or 0x86362C) is unknown color: approx Crab Apple. HEX triplet: 86, 36 and 2C. RGB value is (134,54,44). Sum of RGB (Red+Green+Blue) = 134+54+44=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362C is #79C9D3. Grayscale: #4C4C4C. Windows color (decimal): -7981524 or 2897542. OLE color: 2897542.

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

Color convert

RGB1345444-
CMYK00.600.670.47
HSL6.67º50.56%34.9%-
HSV(B)6.67º67.16%52.55%-
XYZ11.617.893.29-
YUV76.78109.5168.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=57.76%
G=23.28%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134544400.600.670.476.6750.5634.9
Hex86362C03C432F73323
Octal20666540741035776343
Binary1000011011011010110001111001000011101111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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