Html Css Color HEX #713D21 Peru Tan

📋 copy color: '#713D21'

red 113 ◦ green 61 ◦ blue 33

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

Shades of Peru Tan #713D21

Tints of Peru Tan #713D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

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

R = 54.59%
G = 29.47%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#713D21 (or 0x713D21) is known color: Peru Tan. HEX triplet: 71, 3D and 21. RGB value is (113,61,33). Sum of RGB (Red+Green+Blue) = 113+61+33=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #713D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D21 is #8EC2DE. Grayscale: #494949. Windows color (decimal): -9355999 or 2178417. OLE color: 2178417.

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

Color convert

RGB 113 61 33 -
CMYK 0 0.46 0.71 0.56
HSL 21º 0.55% 0.29% -
HSV(B) 21º 0.71% 0.44% -
XYZ 8.75 6.96 2.32 -
YUV 73.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 113 61 33 0 0.46 0.71 0.56 21 0.55 0.29
Hex 71 3D 21 0 2E 47 38 15 37 1D
Octal 161 75 41 0 56 107 70 25 67 35
Binary 1110001 111101 100001 0 101110 1000111 111000 10101 110111 11101

Color Harmonies of #713D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D21

Black with #713D21

Text Example


Text Example

White with #713D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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