Html Css Color HEX #863E4D Camelot

📋 copy color: '#863E4D'

red 134 ◦ green 62 ◦ blue 77

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

Shades of Camelot #863E4D

Tints of Camelot #863E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 49.08%
G = 22.71%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#863E4D (or 0x863E4D) is known color: Camelot. HEX triplet: 86, 3E and 4D. RGB value is (134,62,77). Sum of RGB (Red+Green+Blue) = 134+62+77=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E4D is #79C1B2. Grayscale: #555555. Windows color (decimal): -7979443 or 5062278. OLE color: 5062278.

HSL color Cylindrical-coordinate representation of color #863E4D: hue angle of 347.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E4D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 77 -
CMYK 0 0.54 0.43 0.47
HSL 347.5º 0.37% 0.38% -
HSV(B) 347.5º 0.54% 0.53% -
XYZ 12.89 9.05 8.09 -
YUV 85.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 134 62 77 0 0.54 0.43 0.47 347.5 0.37 0.38
Hex 86 3E 4D 0 36 2B 2F 15C 25 26
Octal 206 76 115 0 66 53 57 534 45 46
Binary 10000110 111110 1001101 0 110110 101011 101111 101011100 100101 100110

Color Harmonies of #863E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E4D

Black with #863E4D

Text Example


Text Example

White with #863E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,62,77); }

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

background-color css

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

 a { background-color: rgb(134,62,77); }

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

border-color css

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

 span { border-color: rgb(134,62,77); }

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