Html Css Color HEX #713B21 Peru Tan

📋 copy color: '#713B21'

red 113 ◦ green 59 ◦ blue 33

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

Shades of Peru Tan #713B21

Tints of Peru Tan #713B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

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

R = 55.12%
G = 28.78%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#713B21 (or 0x713B21) is known color: Peru Tan. HEX triplet: 71, 3B and 21. RGB value is (113,59,33). Sum of RGB (Red+Green+Blue) = 113+59+33=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B21 is #8EC4DE. Grayscale: #484848. Windows color (decimal): -9356511 or 2177905. OLE color: 2177905.

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

Color convert

RGB 113 59 33 -
CMYK 0 0.48 0.71 0.56
HSL 19.5º 0.55% 0.29% -
HSV(B) 19.5º 0.71% 0.44% -
XYZ 8.65 6.75 2.29 -
YUV 72.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 113 59 33 0 0.48 0.71 0.56 19.5 0.55 0.29
Hex 71 3B 21 0 30 47 38 14 37 1D
Octal 161 73 41 0 60 107 70 24 67 35
Binary 1110001 111011 100001 0 110000 1000111 111000 10100 110111 11101

Color Harmonies of #713B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B21

Black with #713B21

Text Example


Text Example

White with #713B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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