Html Css Color HEX #863A2B Crab Apple

📋 copy color: '#863A2B'

red 134 ◦ green 58 ◦ blue 43

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

Shades of Crab Apple #863A2B

Tints of Crab Apple #863A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

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

R = 57.02%
G = 24.68%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#863A2B (or 0x863A2B) is known color: Crab Apple. HEX triplet: 86, 3A and 2B. RGB value is (134,58,43). Sum of RGB (Red+Green+Blue) = 134+58+43=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A2B is #79C5D4. Grayscale: #4F4F4F. Windows color (decimal): -7980501 or 2833030. OLE color: 2833030.

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

Color convert

RGB 134 58 43 -
CMYK 0 0.57 0.68 0.47
HSL 9.89º 0.51% 0.35% -
HSV(B) 9.89º 0.68% 0.53% -
XYZ 11.78 8.27 3.26 -
YUV 79.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 134 58 43 0 0.57 0.68 0.47 9.89 0.51 0.35
Hex 86 3A 2B 0 39 44 2F A 33 23
Octal 206 72 53 0 71 104 57 12 63 43
Binary 10000110 111010 101011 0 111001 1000100 101111 1010 110011 100011

Color Harmonies of #863A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A2B

Black with #863A2B

Text Example


Text Example

White with #863A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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