Html Css Color HEX #863542 Camelot

📋 copy color: '#863542'

red 134 ◦ green 53 ◦ blue 66

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

Shades of Camelot #863542

Tints of Camelot #863542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 52.96%
G = 20.95%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863542 (or 0x863542) is known color: Camelot. HEX triplet: 86, 35 and 42. RGB value is (134,53,66). Sum of RGB (Red+Green+Blue) = 134+53+66=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863542 is #79CABD. Grayscale: #4E4E4E. Windows color (decimal): -7981758 or 4339078. OLE color: 4339078.

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

Color convert

RGB 134 53 66 -
CMYK 0 0.60 0.51 0.47
HSL 350.37º 0.43% 0.37% -
HSV(B) 350.37º 0.6% 0.53% -
XYZ 12.09 8.01 6.06 -
YUV 78.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 134 53 66 0 0.60 0.51 0.47 350.37 0.43 0.37
Hex 86 35 42 0 3C 33 2F 15E 2B 25
Octal 206 65 102 0 74 63 57 536 53 45
Binary 10000110 110101 1000010 0 111100 110011 101111 101011110 101011 100101

Color Harmonies of #863542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863542

Black with #863542

Text Example


Text Example

White with #863542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863542; }

 p { color: rgb(134,53,66); }

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

background-color css

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

 a { background-color: rgb(134,53,66); }

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

border-color css

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

 span { border-color: rgb(134,53,66); }

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