Html Css Color HEX #713610 Peru Tan

📋 copy color: '#713610'

red 113 ◦ green 54 ◦ blue 16

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

Shades of Peru Tan #713610

Tints of Peru Tan #713610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 61.75%
G = 29.51%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#713610 (or 0x713610) is known color: Peru Tan. HEX triplet: 71, 36 and 10. RGB value is (113,54,16). Sum of RGB (Red+Green+Blue) = 113+54+16=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #713610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713610 is #8EC9EF. Grayscale: #434343. Windows color (decimal): -9357808 or 1062513. OLE color: 1062513.

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

Color convert

RGB 113 54 16 -
CMYK 0 0.52 0.86 0.56
HSL 23.51º 0.75% 0.25% -
HSV(B) 23.51º 0.86% 0.44% -
XYZ 8.22 6.19 1.25 -
YUV 67.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 113 54 16 0 0.52 0.86 0.56 23.51 0.75 0.25
Hex 71 36 10 0 34 56 38 18 4B 19
Octal 161 66 20 0 64 126 70 30 113 31
Binary 1110001 110110 10000 0 110100 1010110 111000 11000 1001011 11001

Color Harmonies of #713610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713610

Black with #713610

Text Example


Text Example

White with #713610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713610; }

 p { color: rgb(113,54,16); }

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

background-color css

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

 a { background-color: rgb(113,54,16); }

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

border-color css

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

 span { border-color: rgb(113,54,16); }

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