Html Css Color HEX #863245 Camelot

📋 copy color: '#863245'

red 134 ◦ green 50 ◦ blue 69

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

Shades of Camelot #863245

Tints of Camelot #863245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 52.96%
G = 19.76%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#863245 (or 0x863245) is known color: Camelot. HEX triplet: 86, 32 and 45. RGB value is (134,50,69). Sum of RGB (Red+Green+Blue) = 134+50+69=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863245 is #79CDBA. Grayscale: #4D4D4D. Windows color (decimal): -7982523 or 4534918. OLE color: 4534918.

HSL color Cylindrical-coordinate representation of color #863245: hue angle of 346.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863245 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 69 -
CMYK 0 0.63 0.49 0.47
HSL 346.43º 0.46% 0.36% -
HSV(B) 346.43º 0.63% 0.53% -
XYZ 12.05 7.78 6.5 -
YUV 77.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 134 50 69 0 0.63 0.49 0.47 346.43 0.46 0.36
Hex 86 32 45 0 3F 31 2F 15A 2E 24
Octal 206 62 105 0 77 61 57 532 56 44
Binary 10000110 110010 1000101 0 111111 110001 101111 101011010 101110 100100

Color Harmonies of #863245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863245

Black with #863245

Text Example


Text Example

White with #863245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863245; }

 p { color: rgb(134,50,69); }

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

background-color css

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

 a { background-color: rgb(134,50,69); }

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

border-color css

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

 span { border-color: rgb(134,50,69); }

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