Html Css Color HEX #863A2F Crab Apple

📋 copy color: '#863A2F'

red 134 ◦ green 58 ◦ blue 47

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

Shades of Crab Apple #863A2F

Tints of Crab Apple #863A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 56.07%
G = 24.27%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#863A2F (or 0x863A2F) is known color: Crab Apple. HEX triplet: 86, 3A and 2F. RGB value is (134,58,47). Sum of RGB (Red+Green+Blue) = 134+58+47=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A2F is #79C5D0. Grayscale: #4F4F4F. Windows color (decimal): -7980497 or 3095174. OLE color: 3095174.

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

Color convert

RGB 134 58 47 -
CMYK 0 0.57 0.65 0.47
HSL 7.59º 0.48% 0.35% -
HSV(B) 7.59º 0.65% 0.53% -
XYZ 11.86 8.3 3.67 -
YUV 79.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 134 58 47 0 0.57 0.65 0.47 7.59 0.48 0.35
Hex 86 3A 2F 0 39 41 2F 8 30 23
Octal 206 72 57 0 71 101 57 10 60 43
Binary 10000110 111010 101111 0 111001 1000001 101111 1000 110000 100011

Color Harmonies of #863A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A2F

Black with #863A2F

Text Example


Text Example

White with #863A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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