Html Css Color HEX #713B46 Tosca

📋 copy color: '#713B46'

red 113 ◦ green 59 ◦ blue 70

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

Shades of Tosca #713B46

Tints of Tosca #713B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 46.69%
G = 24.38%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#713B46 (or 0x713B46) is known color: Tosca. HEX triplet: 71, 3B and 46. RGB value is (113,59,70). Sum of RGB (Red+Green+Blue) = 113+59+70=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #713B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B46 is #8EC4B9. Grayscale: #4C4C4C. Windows color (decimal): -9356474 or 4602737. OLE color: 4602737.

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

Color convert

RGB 113 59 70 -
CMYK 0 0.48 0.38 0.56
HSL 347.78º 0.31% 0.34% -
HSV(B) 347.78º 0.48% 0.44% -
XYZ 9.48 7.08 6.66 -
YUV 76.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 113 59 70 0 0.48 0.38 0.56 347.78 0.31 0.34
Hex 71 3B 46 0 30 26 38 15C 1F 22
Octal 161 73 106 0 60 46 70 534 37 42
Binary 1110001 111011 1000110 0 110000 100110 111000 101011100 11111 100010

Color Harmonies of #713B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B46

Black with #713B46

Text Example


Text Example

White with #713B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,70); }

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

background-color css

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

 a { background-color: rgb(113,59,70); }

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

border-color css

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

 span { border-color: rgb(113,59,70); }

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