Html Css Color HEX #863849 Camelot

📋 copy color: '#863849'

red 134 ◦ green 56 ◦ blue 73

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

Shades of Camelot #863849

Tints of Camelot #863849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 50.95%
G = 21.29%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#863849 (or 0x863849) is known color: Camelot. HEX triplet: 86, 38 and 49. RGB value is (134,56,73). Sum of RGB (Red+Green+Blue) = 134+56+73=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #863849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863849 is #79C7B6. Grayscale: #515151. Windows color (decimal): -7980983 or 4798598. OLE color: 4798598.

HSL color Cylindrical-coordinate representation of color #863849: hue angle of 346.92º 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 #863849 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 73 -
CMYK 0 0.58 0.46 0.47
HSL 346.92º 0.41% 0.37% -
HSV(B) 346.92º 0.58% 0.53% -
XYZ 12.45 8.38 7.26 -
YUV 81.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 134 56 73 0 0.58 0.46 0.47 346.92 0.41 0.37
Hex 86 38 49 0 3A 2E 2F 15B 29 25
Octal 206 70 111 0 72 56 57 533 51 45
Binary 10000110 111000 1001001 0 111010 101110 101111 101011011 101001 100101

Color Harmonies of #863849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863849

Black with #863849

Text Example


Text Example

White with #863849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863849; }

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

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

background-color css

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

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

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

border-color css

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

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

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