Html Css Color HEX #713C22 Peru Tan

📋 copy color: '#713C22'

red 113 ◦ green 60 ◦ blue 34

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

Shades of Peru Tan #713C22

Tints of Peru Tan #713C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 54.59%
G = 28.99%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713C22 (or 0x713C22) is known color: Peru Tan. HEX triplet: 71, 3C and 22. RGB value is (113,60,34). Sum of RGB (Red+Green+Blue) = 113+60+34=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #713C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C22 is #8EC3DD. Grayscale: #494949. Windows color (decimal): -9356254 or 2243697. OLE color: 2243697.

HSL color Cylindrical-coordinate representation of color #713C22: hue angle of 19.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713C22 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 60 34 -
CMYK 0 0.47 0.70 0.56
HSL 19.75º 0.54% 0.29% -
HSV(B) 19.75º 0.7% 0.44% -
XYZ 8.71 6.86 2.38 -
YUV 72.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 113 60 34 0 0.47 0.70 0.56 19.75 0.54 0.29
Hex 71 3C 22 0 2F 46 38 14 36 1D
Octal 161 74 42 0 57 106 70 24 66 35
Binary 1110001 111100 100010 0 101111 1000110 111000 10100 110110 11101

Color Harmonies of #713C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C22

Black with #713C22

Text Example


Text Example

White with #713C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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