#86382c

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

Shades of Crab Apple #86382C

Tints of Crab Apple #86382C

Color information

#86382C (or 0x86382C) is unknown color: approx Crab Apple. HEX triplet: 86, 38 and 2C. RGB value is (134,56,44). Sum of RGB (Red+Green+Blue) = 134+56+44=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86382C is #79C7D3. Grayscale: #4E4E4E. Windows color (decimal): -7981012 or 2898054. OLE color: 2898054.

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

Color convert

RGB1345644-
CMYK00.580.670.47
HSL50.56%34.9%-
HSV(B)67.16%52.55%-
XYZ11.78.083.33-
YUV77.95108.84167.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=57.26%
G=23.93%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134564400.580.670.47850.5634.9
Hex86382C03A432F83323
Octal206705407210357106343
Binary10000110111000101100011101010000111011111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86382c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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