Html Css Color HEX #713B1C Peru Tan

📋 copy color: '#713B1C'

red 113 ◦ green 59 ◦ blue 28

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

Shades of Peru Tan #713B1C

Tints of Peru Tan #713B1C

RGB

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

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

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

R = 56.5%
G = 29.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#713B1C (or 0x713B1C) is known color: Peru Tan. HEX triplet: 71, 3B and 1C. RGB value is (113,59,28). Sum of RGB (Red+Green+Blue) = 113+59+28=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B1C is #8EC4E3. Grayscale: #474747. Windows color (decimal): -9356516 or 1850225. OLE color: 1850225.

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

Color convert

RGB 113 59 28 -
CMYK 0 0.48 0.75 0.56
HSL 21.88º 0.6% 0.28% -
HSV(B) 21.88º 0.75% 0.44% -
XYZ 8.58 6.72 1.94 -
YUV 71.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 113 59 28 0 0.48 0.75 0.56 21.88 0.6 0.28
Hex 71 3B 1C 0 30 4B 38 16 3C 1C
Octal 161 73 34 0 60 113 70 26 74 34
Binary 1110001 111011 11100 0 110000 1001011 111000 10110 111100 11100

Color Harmonies of #713B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B1C

Black with #713B1C

Text Example


Text Example

White with #713B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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