Html Css Color HEX #863948 Camelot

📋 copy color: '#863948'

red 134 ◦ green 57 ◦ blue 72

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

Shades of Camelot #863948

Tints of Camelot #863948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 50.95%
G = 21.67%
B = 27.38%

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

#863948 (or 0x863948) is known color: Camelot. HEX triplet: 86, 39 and 48. RGB value is (134,57,72). Sum of RGB (Red+Green+Blue) = 134+57+72=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #863948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863948 is #79C6B7. Grayscale: #515151. Windows color (decimal): -7980728 or 4733318. OLE color: 4733318.

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

Color convert

RGB 134 57 72 -
CMYK 0 0.57 0.46 0.47
HSL 348.31º 0.4% 0.37% -
HSV(B) 348.31º 0.57% 0.53% -
XYZ 12.46 8.46 7.11 -
YUV 81.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 134 57 72 0 0.57 0.46 0.47 348.31 0.4 0.37
Hex 86 39 48 0 39 2E 2F 15C 28 25
Octal 206 71 110 0 71 56 57 534 50 45
Binary 10000110 111001 1001000 0 111001 101110 101111 101011100 101000 100101

Color Harmonies of #863948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863948

Black with #863948

Text Example


Text Example

White with #863948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863948; }

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

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

background-color css

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

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

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

border-color css

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

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

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