Html Css Color HEX #713E21 Peru Tan

📋 copy color: '#713E21'

red 113 ◦ green 62 ◦ blue 33

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

Shades of Peru Tan #713E21

Tints of Peru Tan #713E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 54.33%
G = 29.81%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#713E21 (or 0x713E21) is known color: Peru Tan. HEX triplet: 71, 3E and 21. RGB value is (113,62,33). Sum of RGB (Red+Green+Blue) = 113+62+33=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E21 is #8EC1DE. Grayscale: #4A4A4A. Windows color (decimal): -9355743 or 2178673. OLE color: 2178673.

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

Color convert

RGB 113 62 33 -
CMYK 0 0.45 0.71 0.56
HSL 21.75º 0.55% 0.29% -
HSV(B) 21.75º 0.71% 0.44% -
XYZ 8.81 7.07 2.34 -
YUV 73.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 113 62 33 0 0.45 0.71 0.56 21.75 0.55 0.29
Hex 71 3E 21 0 2D 47 38 16 37 1D
Octal 161 76 41 0 55 107 70 26 67 35
Binary 1110001 111110 100001 0 101101 1000111 111000 10110 110111 11101

Color Harmonies of #713E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E21

Black with #713E21

Text Example


Text Example

White with #713E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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