Html Css Color HEX #713507 Peru Tan

📋 copy color: '#713507'

red 113 ◦ green 53 ◦ blue 7

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

Shades of Peru Tan #713507

Tints of Peru Tan #713507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 7 (3.13% from 255) = 4.05%

R = 65.32%
G = 30.64%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713507 (or 0x713507) is known color: Peru Tan. HEX triplet: 71, 35 and 07. RGB value is (113,53,7). Sum of RGB (Red+Green+Blue) = 113+53+7=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713507 is #8ECAF8. Grayscale: #414141. Windows color (decimal): -9358073 or 472433. OLE color: 472433.

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

Color convert

RGB 113 53 7 -
CMYK 0 0.53 0.94 0.56
HSL 26.04º 0.88% 0.24% -
HSV(B) 26.04º 0.94% 0.44% -
XYZ 8.12 6.07 0.95 -
YUV 65.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 113 53 7 0 0.53 0.94 0.56 26.04 0.88 0.24
Hex 71 35 7 0 35 5E 38 1A 58 18
Octal 161 65 7 0 65 136 70 32 130 30
Binary 1110001 110101 111 0 110101 1011110 111000 11010 1011000 11000

Color Harmonies of #713507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713507

Black with #713507

Text Example


Text Example

White with #713507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713507; }

 p { color: rgb(113,53,7); }

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

background-color css

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

 a { background-color: rgb(113,53,7); }

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

border-color css

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

 span { border-color: rgb(113,53,7); }

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