Html Css Color HEX #863C2B Crab Apple

📋 copy color: '#863C2B'

red 134 ◦ green 60 ◦ blue 43

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

Shades of Crab Apple #863C2B

Tints of Crab Apple #863C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 56.54%
G = 25.32%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#863C2B (or 0x863C2B) is known color: Crab Apple. HEX triplet: 86, 3C and 2B. RGB value is (134,60,43). Sum of RGB (Red+Green+Blue) = 134+60+43=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C2B is #79C3D4. Grayscale: #505050. Windows color (decimal): -7979989 or 2833542. OLE color: 2833542.

HSL color Cylindrical-coordinate representation of color #863C2B: hue angle of 11.21º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863C2B is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 43 -
CMYK 0 0.55 0.68 0.47
HSL 11.21º 0.51% 0.35% -
HSV(B) 11.21º 0.68% 0.53% -
XYZ 11.88 8.47 3.29 -
YUV 80.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 134 60 43 0 0.55 0.68 0.47 11.21 0.51 0.35
Hex 86 3C 2B 0 37 44 2F B 33 23
Octal 206 74 53 0 67 104 57 13 63 43
Binary 10000110 111100 101011 0 110111 1000100 101111 1011 110011 100011

Color Harmonies of #863C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C2B

Black with #863C2B

Text Example


Text Example

White with #863C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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