#86382F

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

Shades of Crab Apple #86382F

Tints of Crab Apple #86382F

Color information

#86382F (or 0x86382F) is unknown color: approx Crab Apple. HEX triplet: 86, 38 and 2F. RGB value is (134,56,47). Sum of RGB (Red+Green+Blue) = 134+56+47=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #86382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86382F is #79C7D0. Grayscale: #4E4E4E. Windows color (decimal): -7981009 or 3094662. OLE color: 3094662.

HSL color Cylindrical-coordinate representation of color #86382F: hue angle of 6.21º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86382F is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1345647-
CMYK00.580.650.47
HSL6.21º48.07%35.49%-
HSV(B)6.21º64.93%52.55%-
XYZ11.768.13.63-
YUV78.3110.34167.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=56.54%
G=23.63%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134564700.580.650.476.2148.0735.49
Hex86382F03A412F63023
Octal20670570721015766043
Binary1000011011100010111101110101000001101111110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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