Html Css Color HEX #713C21 Peru Tan

📋 copy color: '#713C21'

red 113 ◦ green 60 ◦ blue 33

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

Shades of Peru Tan #713C21

Tints of Peru Tan #713C21

RGB

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

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

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

R = 54.85%
G = 29.13%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#713C21 (or 0x713C21) is known color: Peru Tan. HEX triplet: 71, 3C and 21. RGB value is (113,60,33). Sum of RGB (Red+Green+Blue) = 113+60+33=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C21 is #8EC3DE. Grayscale: #484848. Windows color (decimal): -9356255 or 2178161. OLE color: 2178161.

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

Color convert

RGB 113 60 33 -
CMYK 0 0.47 0.71 0.56
HSL 20.25º 0.55% 0.29% -
HSV(B) 20.25º 0.71% 0.44% -
XYZ 8.7 6.85 2.3 -
YUV 72.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 113 60 33 0 0.47 0.71 0.56 20.25 0.55 0.29
Hex 71 3C 21 0 2F 47 38 14 37 1D
Octal 161 74 41 0 57 107 70 24 67 35
Binary 1110001 111100 100001 0 101111 1000111 111000 10100 110111 11101

Color Harmonies of #713C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C21

Black with #713C21

Text Example


Text Example

White with #713C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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