Html Css Color HEX #863847 Camelot

📋 copy color: '#863847'

red 134 ◦ green 56 ◦ blue 71

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

Shades of Camelot #863847

Tints of Camelot #863847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

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

R = 51.34%
G = 21.46%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#863847 (or 0x863847) is known color: Camelot. HEX triplet: 86, 38 and 47. RGB value is (134,56,71). Sum of RGB (Red+Green+Blue) = 134+56+71=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #863847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863847 is #79C7B8. Grayscale: #515151. Windows color (decimal): -7980985 or 4667526. OLE color: 4667526.

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

Color convert

RGB 134 56 71 -
CMYK 0 0.58 0.47 0.47
HSL 348.46º 0.41% 0.37% -
HSV(B) 348.46º 0.58% 0.53% -
XYZ 12.38 8.35 6.92 -
YUV 81.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 134 56 71 0 0.58 0.47 0.47 348.46 0.41 0.37
Hex 86 38 47 0 3A 2F 2F 15C 29 25
Octal 206 70 107 0 72 57 57 534 51 45
Binary 10000110 111000 1000111 0 111010 101111 101111 101011100 101001 100101

Color Harmonies of #863847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863847

Black with #863847

Text Example


Text Example

White with #863847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863847; }

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

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

background-color css

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

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

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

border-color css

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

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

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