#86392F

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

Shades of Crab Apple #86392F

Tints of Crab Apple #86392F

Color information

#86392F (or 0x86392F) is unknown color: approx Crab Apple. HEX triplet: 86, 39 and 2F. RGB value is (134,57,47). Sum of RGB (Red+Green+Blue) = 134+57+47=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #86392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86392F is #79C6D0. Grayscale: #4E4E4E. Windows color (decimal): -7980753 or 3094918. OLE color: 3094918.

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

Color convert

RGB1345747-
CMYK00.570.650.47
HSL6.9º48.07%35.49%-
HSV(B)6.9º64.93%52.55%-
XYZ11.818.23.65-
YUV78.88110.01167.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=56.30%
G=23.95%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134574700.570.650.476.948.0735.49
Hex86392F039412F73023
Octal20671570711015776043
Binary1000011011100110111101110011000001101111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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