Html Css Color HEX #86362C Crab Apple

📋 copy color: '#86362C'

red 134 ◦ green 54 ◦ blue 44

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

Shades of Crab Apple #86362C

Tints of Crab Apple #86362C

RGB

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

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

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

R = 57.76%
G = 23.28%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86362C (or 0x86362C) is known color: Crab Apple. HEX triplet: 86, 36 and 2C. RGB value is (134,54,44). Sum of RGB (Red+Green+Blue) = 134+54+44=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86362C is #79C9D3. Grayscale: #4C4C4C. Windows color (decimal): -7981524 or 2897542. OLE color: 2897542.

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

Color convert

RGB 134 54 44 -
CMYK 0 0.60 0.67 0.47
HSL 6.67º 0.51% 0.35% -
HSV(B) 6.67º 0.67% 0.53% -
XYZ 11.61 7.89 3.29 -
YUV 76.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 134 54 44 0 0.60 0.67 0.47 6.67 0.51 0.35
Hex 86 36 2C 0 3C 43 2F 7 33 23
Octal 206 66 54 0 74 103 57 7 63 43
Binary 10000110 110110 101100 0 111100 1000011 101111 111 110011 100011

Color Harmonies of #86362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86362C

Black with #86362C

Text Example


Text Example

White with #86362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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