Html Css Color HEX #863C2C Crab Apple

📋 copy color: '#863C2C'

red 134 ◦ green 60 ◦ blue 44

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

Shades of Crab Apple #863C2C

Tints of Crab Apple #863C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 56.3%
G = 25.21%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#863C2C (or 0x863C2C) is known color: Crab Apple. HEX triplet: 86, 3C and 2C. RGB value is (134,60,44). Sum of RGB (Red+Green+Blue) = 134+60+44=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C2C is #79C3D3. Grayscale: #505050. Windows color (decimal): -7979988 or 2899078. OLE color: 2899078.

HSL color Cylindrical-coordinate representation of color #863C2C: hue angle of 10.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 #863C2C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 44 -
CMYK 0 0.55 0.67 0.47
HSL 10.67º 0.51% 0.35% -
HSV(B) 10.67º 0.67% 0.53% -
XYZ 11.9 8.48 3.39 -
YUV 80.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 134 60 44 0 0.55 0.67 0.47 10.67 0.51 0.35
Hex 86 3C 2C 0 37 43 2F B 33 23
Octal 206 74 54 0 67 103 57 13 63 43
Binary 10000110 111100 101100 0 110111 1000011 101111 1011 110011 100011

Color Harmonies of #863C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C2C

Black with #863C2C

Text Example


Text Example

White with #863C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C2C; }

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

 H1.HeaderClassName
 {
   color: #863C2C;
 }
 .AnyTagClassName
 {
   color: #863C2C;
 }
</style>

background-color css

<style>
 a { background-color: #863C2C; }

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

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

border-color css

<style>
 span { border-color: #863C2C; }

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

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