Html Css Color HEX #86372E Crab Apple

📋 copy color: '#86372E'

red 134 ◦ green 55 ◦ blue 46

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

Shades of Crab Apple #86372E

Tints of Crab Apple #86372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 57.02%
G = 23.4%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86372E (or 0x86372E) is known color: Crab Apple. HEX triplet: 86, 37 and 2E. RGB value is (134,55,46). Sum of RGB (Red+Green+Blue) = 134+55+46=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86372E is #79C8D1. Grayscale: #4D4D4D. Windows color (decimal): -7981266 or 3028870. OLE color: 3028870.

HSL color Cylindrical-coordinate representation of color #86372E: hue angle of 6.14º degrees, saturation: 0.49, 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 #86372E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 46 -
CMYK 0 0.59 0.66 0.47
HSL 6.14º 0.49% 0.35% -
HSV(B) 6.14º 0.66% 0.53% -
XYZ 11.69 8 3.51 -
YUV 77.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 134 55 46 0 0.59 0.66 0.47 6.14 0.49 0.35
Hex 86 37 2E 0 3B 42 2F 6 31 23
Octal 206 67 56 0 73 102 57 6 61 43
Binary 10000110 110111 101110 0 111011 1000010 101111 110 110001 100011

Color Harmonies of #86372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86372E

Black with #86372E

Text Example


Text Example

White with #86372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86372E; }

 p { color: rgb(134,55,46); }

 H1.HeaderClassName
 {
   color: #86372E;
 }
 .AnyTagClassName
 {
   color: #86372E;
 }
</style>

background-color css

<style>
 a { background-color: #86372E; }

 a { background-color: rgb(134,55,46); }

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

border-color css

<style>
 span { border-color: #86372E; }

 span { border-color: rgb(134,55,46); }

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