Html Css Color HEX #863949 Camelot

📋 copy color: '#863949'

red 134 ◦ green 57 ◦ blue 73

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

Shades of Camelot #863949

Tints of Camelot #863949

RGB

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

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

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

R = 50.76%
G = 21.59%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#863949 (or 0x863949) is known color: Camelot. HEX triplet: 86, 39 and 49. RGB value is (134,57,73). Sum of RGB (Red+Green+Blue) = 134+57+73=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #863949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863949 is #79C6B6. Grayscale: #515151. Windows color (decimal): -7980727 or 4798854. OLE color: 4798854.

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

Color convert

RGB 134 57 73 -
CMYK 0 0.57 0.46 0.47
HSL 347.53º 0.4% 0.37% -
HSV(B) 347.53º 0.57% 0.53% -
XYZ 12.5 8.48 7.28 -
YUV 81.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 134 57 73 0 0.57 0.46 0.47 347.53 0.4 0.37
Hex 86 39 49 0 39 2E 2F 15C 28 25
Octal 206 71 111 0 71 56 57 534 50 45
Binary 10000110 111001 1001001 0 111001 101110 101111 101011100 101000 100101

Color Harmonies of #863949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863949

Black with #863949

Text Example


Text Example

White with #863949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863949; }

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

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

background-color css

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

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

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

border-color css

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

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

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