Html Css Color HEX #86372C Crab Apple

📋 copy color: '#86372C'

red 134 ◦ green 55 ◦ blue 44

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

Shades of Crab Apple #86372C

Tints of Crab Apple #86372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 57.51%
G = 23.61%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86372C (or 0x86372C) is known color: Crab Apple. HEX triplet: 86, 37 and 2C. RGB value is (134,55,44). Sum of RGB (Red+Green+Blue) = 134+55+44=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86372C is #79C8D3. Grayscale: #4D4D4D. Windows color (decimal): -7981268 or 2897798. OLE color: 2897798.

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

Color convert

RGB 134 55 44 -
CMYK 0 0.59 0.67 0.47
HSL 7.33º 0.51% 0.35% -
HSV(B) 7.33º 0.67% 0.53% -
XYZ 11.65 7.98 3.31 -
YUV 77.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 134 55 44 0 0.59 0.67 0.47 7.33 0.51 0.35
Hex 86 37 2C 0 3B 43 2F 7 33 23
Octal 206 67 54 0 73 103 57 7 63 43
Binary 10000110 110111 101100 0 111011 1000011 101111 111 110011 100011

Color Harmonies of #86372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86372C

Black with #86372C

Text Example


Text Example

White with #86372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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