Html Css Color HEX #713E49 Camelot

📋 copy color: '#713E49'

red 113 ◦ green 62 ◦ blue 73

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

Shades of Camelot #713E49

Tints of Camelot #713E49

RGB

 RED value IS 113 (44.53% from 255) = 45.56%

 GREEN value IS 62 (24.61% from 255) = 25%

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

R = 45.56%
G = 25%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#713E49 (or 0x713E49) is known color: Camelot. HEX triplet: 71, 3E and 49. RGB value is (113,62,73). Sum of RGB (Red+Green+Blue) = 113+62+73=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E49 is #8EC1B6. Grayscale: #4E4E4E. Windows color (decimal): -9355703 or 4800113. OLE color: 4800113.

HSL color Cylindrical-coordinate representation of color #713E49: hue angle of 347.06º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E49 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 73 -
CMYK 0 0.45 0.35 0.56
HSL 347.06º 0.29% 0.34% -
HSV(B) 347.06º 0.45% 0.44% -
XYZ 9.74 7.44 7.23 -
YUV 78.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 113 62 73 0 0.45 0.35 0.56 347.06 0.29 0.34
Hex 71 3E 49 0 2D 23 38 15B 1D 22
Octal 161 76 111 0 55 43 70 533 35 42
Binary 1110001 111110 1001001 0 101101 100011 111000 101011011 11101 100010

Color Harmonies of #713E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E49

Black with #713E49

Text Example


Text Example

White with #713E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713E49; }

 p { color: rgb(113,62,73); }

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

background-color css

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

 a { background-color: rgb(113,62,73); }

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

border-color css

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

 span { border-color: rgb(113,62,73); }

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