Html Css Color HEX #86362D Crab Apple

📋 copy color: '#86362D'

red 134 ◦ green 54 ◦ blue 45

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

Shades of Crab Apple #86362D

Tints of Crab Apple #86362D

RGB

 RED value IS 134 (52.73% from 255) = 57.51%

 GREEN value IS 54 (21.48% from 255) = 23.18%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 57.51%
G = 23.18%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86362D (or 0x86362D) is known color: Crab Apple. HEX triplet: 86, 36 and 2D. RGB value is (134,54,45). Sum of RGB (Red+Green+Blue) = 134+54+45=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362D is #79C9D2. Grayscale: #4D4D4D. Windows color (decimal): -7981523 or 2963078. OLE color: 2963078.

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

Color convert

RGB 134 54 45 -
CMYK 0 0.60 0.66 0.47
HSL 6.07º 0.5% 0.35% -
HSV(B) 6.07º 0.66% 0.53% -
XYZ 11.62 7.9 3.39 -
YUV 76.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 134 54 45 0 0.60 0.66 0.47 6.07 0.5 0.35
Hex 86 36 2D 0 3C 42 2F 6 32 23
Octal 206 66 55 0 74 102 57 6 62 43
Binary 10000110 110110 101101 0 111100 1000010 101111 110 110010 100011

Color Harmonies of #86362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86362D

Black with #86362D

Text Example


Text Example

White with #86362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86362D;
 }
 .AnyTagClassName
 {
   color: #86362D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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