Html Css Color HEX #713F23 Peru Tan

📋 copy color: '#713F23'

red 113 ◦ green 63 ◦ blue 35

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

Shades of Peru Tan #713F23

Tints of Peru Tan #713F23

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 53.55%
G = 29.86%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#713F23 (or 0x713F23) is known color: Peru Tan. HEX triplet: 71, 3F and 23. RGB value is (113,63,35). Sum of RGB (Red+Green+Blue) = 113+63+35=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #713F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F23 is #8EC0DC. Grayscale: #4A4A4A. Windows color (decimal): -9355485 or 2310001. OLE color: 2310001.

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

Color convert

RGB 113 63 35 -
CMYK 0 0.44 0.69 0.56
HSL 21.54º 0.53% 0.29% -
HSV(B) 21.54º 0.69% 0.44% -
XYZ 8.89 7.19 2.51 -
YUV 74.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 113 63 35 0 0.44 0.69 0.56 21.54 0.53 0.29
Hex 71 3F 23 0 2C 45 38 16 35 1D
Octal 161 77 43 0 54 105 70 26 65 35
Binary 1110001 111111 100011 0 101100 1000101 111000 10110 110101 11101

Color Harmonies of #713F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F23

Black with #713F23

Text Example


Text Example

White with #713F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,35); }

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

background-color css

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

 a { background-color: rgb(113,63,35); }

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

border-color css

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

 span { border-color: rgb(113,63,35); }

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