Html Css Color HEX #863B47 Camelot

📋 copy color: '#863B47'

red 134 ◦ green 59 ◦ blue 71

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

Shades of Camelot #863B47

Tints of Camelot #863B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 50.76%
G = 22.35%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863B47 (or 0x863B47) is known color: Camelot. HEX triplet: 86, 3B and 47. RGB value is (134,59,71). Sum of RGB (Red+Green+Blue) = 134+59+71=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #863B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B47 is #79C4B8. Grayscale: #525252. Windows color (decimal): -7980217 or 4668294. OLE color: 4668294.

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

Color convert

RGB 134 59 71 -
CMYK 0 0.56 0.47 0.47
HSL 350.4º 0.39% 0.38% -
HSV(B) 350.4º 0.56% 0.53% -
XYZ 12.53 8.65 6.97 -
YUV 82.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 134 59 71 0 0.56 0.47 0.47 350.4 0.39 0.38
Hex 86 3B 47 0 38 2F 2F 15E 27 26
Octal 206 73 107 0 70 57 57 536 47 46
Binary 10000110 111011 1000111 0 111000 101111 101111 101011110 100111 100110

Color Harmonies of #863B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B47

Black with #863B47

Text Example


Text Example

White with #863B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,71); }

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

background-color css

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

 a { background-color: rgb(134,59,71); }

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

border-color css

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

 span { border-color: rgb(134,59,71); }

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