Html Css Color HEX #713F1C Peru Tan

📋 copy color: '#713F1C'

red 113 ◦ green 63 ◦ blue 28

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

Shades of Peru Tan #713F1C

Tints of Peru Tan #713F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 55.39%
G = 30.88%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#713F1C (or 0x713F1C) is known color: Peru Tan. HEX triplet: 71, 3F and 1C. RGB value is (113,63,28). Sum of RGB (Red+Green+Blue) = 113+63+28=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #713F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F1C is #8EC0E3. Grayscale: #4A4A4A. Windows color (decimal): -9355492 or 1851249. OLE color: 1851249.

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

Color convert

RGB 113 63 28 -
CMYK 0 0.44 0.75 0.56
HSL 24.71º 0.6% 0.28% -
HSV(B) 24.71º 0.75% 0.44% -
XYZ 8.8 7.15 2.01 -
YUV 73.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 113 63 28 0 0.44 0.75 0.56 24.71 0.6 0.28
Hex 71 3F 1C 0 2C 4B 38 19 3C 1C
Octal 161 77 34 0 54 113 70 31 74 34
Binary 1110001 111111 11100 0 101100 1001011 111000 11001 111100 11100

Color Harmonies of #713F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F1C

Black with #713F1C

Text Example


Text Example

White with #713F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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