Html Css Color HEX #86382C Crab Apple

📋 copy color: '#86382C'

red 134 ◦ green 56 ◦ blue 44

#86382C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #86382C

Tints of Crab Apple #86382C

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.8%

R = 57.26%
G = 23.93%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86382C (or 0x86382C) is known color: 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

RGB 134 56 44 -
CMYK 0 0.58 0.67 0.47
HSL 0.51% 0.35% -
HSV(B) 0.67% 0.53% -
XYZ 11.7 8.08 3.33 -
YUV 77.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 134 56 44 0 0.58 0.67 0.47 8 0.51 0.35
Hex 86 38 2C 0 3A 43 2F 8 33 23
Octal 206 70 54 0 72 103 57 10 63 43
Binary 10000110 111000 101100 0 111010 1000011 101111 1000 110011 100011

Color Harmonies of #86382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86382C

Black with #86382C

Text Example


Text Example

White with #86382C

Text Example


Text Example

HTML Codes & Css Web 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>