#86382D

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

Shades of Crab Apple #86382D

Tints of Crab Apple #86382D

Color information

#86382D (or 0x86382D) is unknown color: approx Crab Apple. HEX triplet: 86, 38 and 2D. RGB value is (134,56,45). Sum of RGB (Red+Green+Blue) = 134+56+45=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86382D is #79C7D2. Grayscale: #4E4E4E. Windows color (decimal): -7981011 or 2963590. OLE color: 2963590.

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

Color convert

RGB1345645-
CMYK00.580.660.47
HSL7.42º49.72%35.1%-
HSV(B)7.42º66.42%52.55%-
XYZ11.728.093.43-
YUV78.07109.34167.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=57.02%
G=23.83%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134564500.580.660.477.4249.7235.1
Hex86382D03A422F73223
Octal20670550721025776243
Binary1000011011100010110101110101000010101111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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