Html Css Color HEX #863947 Camelot

📋 copy color: '#863947'

red 134 ◦ green 57 ◦ blue 71

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

Shades of Camelot #863947

Tints of Camelot #863947

RGB

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

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

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

R = 51.15%
G = 21.76%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863947 (or 0x863947) is known color: Camelot. HEX triplet: 86, 39 and 47. RGB value is (134,57,71). Sum of RGB (Red+Green+Blue) = 134+57+71=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #863947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863947 is #79C6B8. Grayscale: #515151. Windows color (decimal): -7980729 or 4667782. OLE color: 4667782.

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

Color convert

RGB 134 57 71 -
CMYK 0 0.57 0.47 0.47
HSL 349.09º 0.4% 0.37% -
HSV(B) 349.09º 0.57% 0.53% -
XYZ 12.43 8.45 6.94 -
YUV 81.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 134 57 71 0 0.57 0.47 0.47 349.09 0.4 0.37
Hex 86 39 47 0 39 2F 2F 15D 28 25
Octal 206 71 107 0 71 57 57 535 50 45
Binary 10000110 111001 1000111 0 111001 101111 101111 101011101 101000 100101

Color Harmonies of #863947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863947

Black with #863947

Text Example


Text Example

White with #863947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863947; }

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

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

background-color css

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

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

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

border-color css

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

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

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