Html Css Color HEX #863C4D Camelot

📋 copy color: '#863C4D'

red 134 ◦ green 60 ◦ blue 77

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

Shades of Camelot #863C4D

Tints of Camelot #863C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 49.45%
G = 22.14%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#863C4D (or 0x863C4D) is known color: Camelot. HEX triplet: 86, 3C and 4D. RGB value is (134,60,77). Sum of RGB (Red+Green+Blue) = 134+60+77=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C4D is #79C3B2. Grayscale: #545454. Windows color (decimal): -7979955 or 5061766. OLE color: 5061766.

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

Color convert

RGB 134 60 77 -
CMYK 0 0.55 0.43 0.47
HSL 346.22º 0.38% 0.38% -
HSV(B) 346.22º 0.55% 0.53% -
XYZ 12.79 8.84 8.05 -
YUV 84.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 134 60 77 0 0.55 0.43 0.47 346.22 0.38 0.38
Hex 86 3C 4D 0 37 2B 2F 15A 26 26
Octal 206 74 115 0 67 53 57 532 46 46
Binary 10000110 111100 1001101 0 110111 101011 101111 101011010 100110 100110

Color Harmonies of #863C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C4D

Black with #863C4D

Text Example


Text Example

White with #863C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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