Html Css Color HEX #713E48 Tosca

📋 copy color: '#713E48'

red 113 ◦ green 62 ◦ blue 72

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

Shades of Tosca #713E48

Tints of Tosca #713E48

RGB

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

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

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

R = 45.75%
G = 25.1%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#713E48 (or 0x713E48) is known color: Tosca. HEX triplet: 71, 3E and 48. RGB value is (113,62,72). Sum of RGB (Red+Green+Blue) = 113+62+72=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E48 is #8EC1B7. Grayscale: #4E4E4E. Windows color (decimal): -9355704 or 4734577. OLE color: 4734577.

HSL color Cylindrical-coordinate representation of color #713E48: hue angle of 348.24º 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 #713E48 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 72 -
CMYK 0 0.45 0.36 0.56
HSL 348.24º 0.29% 0.34% -
HSV(B) 348.24º 0.45% 0.44% -
XYZ 9.7 7.42 7.05 -
YUV 78.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 113 62 72 0 0.45 0.36 0.56 348.24 0.29 0.34
Hex 71 3E 48 0 2D 24 38 15C 1D 22
Octal 161 76 110 0 55 44 70 534 35 42
Binary 1110001 111110 1001000 0 101101 100100 111000 101011100 11101 100010

Color Harmonies of #713E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E48

Black with #713E48

Text Example


Text Example

White with #713E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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