Html Css Color HEX #713C3D Tosca

📋 copy color: '#713C3D'

red 113 ◦ green 60 ◦ blue 61

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

Shades of Tosca #713C3D

Tints of Tosca #713C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.64%

 BLUE value IS 61 (24.22% from 255) = 26.07%

R = 48.29%
G = 25.64%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#713C3D (or 0x713C3D) is known color: Tosca. HEX triplet: 71, 3C and 3D. RGB value is (113,60,61). Sum of RGB (Red+Green+Blue) = 113+60+61=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C3D is #8EC3C2. Grayscale: #4C4C4C. Windows color (decimal): -9356227 or 4013169. OLE color: 4013169.

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

Color convert

RGB 113 60 61 -
CMYK 0 0.47 0.46 0.56
HSL 358.87º 0.31% 0.34% -
HSV(B) 358.87º 0.47% 0.44% -
XYZ 9.27 7.08 5.29 -
YUV 75.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 113 60 61 0 0.47 0.46 0.56 358.87 0.31 0.34
Hex 71 3C 3D 0 2F 2E 38 167 1F 22
Octal 161 74 75 0 57 56 70 547 37 42
Binary 1110001 111100 111101 0 101111 101110 111000 101100111 11111 100010

Color Harmonies of #713C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C3D

Black with #713C3D

Text Example


Text Example

White with #713C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,61); }

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

background-color css

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

 a { background-color: rgb(113,60,61); }

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

border-color css

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

 span { border-color: rgb(113,60,61); }

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