Html Css Color HEX #863B2B Crab Apple

📋 copy color: '#863B2B'

red 134 ◦ green 59 ◦ blue 43

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

Shades of Crab Apple #863B2B

Tints of Crab Apple #863B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

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

R = 56.78%
G = 25%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#863B2B (or 0x863B2B) is known color: Crab Apple. HEX triplet: 86, 3B and 2B. RGB value is (134,59,43). Sum of RGB (Red+Green+Blue) = 134+59+43=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #863B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B2B is #79C4D4. Grayscale: #4F4F4F. Windows color (decimal): -7980245 or 2833286. OLE color: 2833286.

HSL color Cylindrical-coordinate representation of color #863B2B: hue angle of 10.55º 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 #863B2B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 43 -
CMYK 0 0.56 0.68 0.47
HSL 10.55º 0.51% 0.35% -
HSV(B) 10.55º 0.68% 0.53% -
XYZ 11.83 8.37 3.28 -
YUV 79.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 134 59 43 0 0.56 0.68 0.47 10.55 0.51 0.35
Hex 86 3B 2B 0 38 44 2F B 33 23
Octal 206 73 53 0 70 104 57 13 63 43
Binary 10000110 111011 101011 0 111000 1000100 101111 1011 110011 100011

Color Harmonies of #863B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B2B

Black with #863B2B

Text Example


Text Example

White with #863B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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