Html Css Color HEX #863931 Crab Apple

📋 copy color: '#863931'

red 134 ◦ green 57 ◦ blue 49

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

Shades of Crab Apple #863931

Tints of Crab Apple #863931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 55.83%
G = 23.75%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#863931 (or 0x863931) is known color: Crab Apple. HEX triplet: 86, 39 and 31. RGB value is (134,57,49). Sum of RGB (Red+Green+Blue) = 134+57+49=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863931 is #79C6CE. Grayscale: #4F4F4F. Windows color (decimal): -7980751 or 3225990. OLE color: 3225990.

HSL color Cylindrical-coordinate representation of color #863931: hue angle of 5.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863931 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 57 49 -
CMYK 0 0.57 0.63 0.47
HSL 5.65º 0.46% 0.36% -
HSV(B) 5.65º 0.63% 0.53% -
XYZ 11.85 8.22 3.87 -
YUV 79.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 134 57 49 0 0.57 0.63 0.47 5.65 0.46 0.36
Hex 86 39 31 0 39 3F 2F 6 2E 24
Octal 206 71 61 0 71 77 57 6 56 44
Binary 10000110 111001 110001 0 111001 111111 101111 110 101110 100100

Color Harmonies of #863931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863931

Black with #863931

Text Example


Text Example

White with #863931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863931; }

 p { color: rgb(134,57,49); }

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

background-color css

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

 a { background-color: rgb(134,57,49); }

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

border-color css

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

 span { border-color: rgb(134,57,49); }

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