#86392D

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

Shades of Crab Apple #86392D

Tints of Crab Apple #86392D

Color information

#86392D (or 0x86392D) is unknown color: approx Crab Apple. HEX triplet: 86, 39 and 2D. RGB value is (134,57,45). Sum of RGB (Red+Green+Blue) = 134+57+45=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #86392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86392D is #79C6D2. Grayscale: #4E4E4E. Windows color (decimal): -7980755 or 2963846. OLE color: 2963846.

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

Color convert

RGB1345745-
CMYK00.570.660.47
HSL8.09º49.72%35.1%-
HSV(B)8.09º66.42%52.55%-
XYZ11.778.183.44-
YUV78.65109.01167.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=56.78%
G=24.15%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134574500.570.660.478.0949.7235.1
Hex86392D039422F83223
Octal206715507110257106243
Binary10000110111001101101011100110000101011111000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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