Html Css Color HEX #713A0D Peru Tan

📋 copy color: '#713A0D'

red 113 ◦ green 58 ◦ blue 13

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

Shades of Peru Tan #713A0D

Tints of Peru Tan #713A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 61.41%
G = 31.52%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#713A0D (or 0x713A0D) is known color: Peru Tan. HEX triplet: 71, 3A and 0D. RGB value is (113,58,13). Sum of RGB (Red+Green+Blue) = 113+58+13=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #713A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A0D is #8EC5F2. Grayscale: #454545. Windows color (decimal): -9356787 or 866929. OLE color: 866929.

HSL color Cylindrical-coordinate representation of color #713A0D: hue angle of 27º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #713A0D is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 13 -
CMYK 0 0.49 0.88 0.56
HSL 27º 0.79% 0.25% -
HSV(B) 27º 0.88% 0.44% -
XYZ 8.4 6.57 1.21 -
YUV 69.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 113 58 13 0 0.49 0.88 0.56 27 0.79 0.25
Hex 71 3A D 0 31 58 38 1B 4F 19
Octal 161 72 15 0 61 130 70 33 117 31
Binary 1110001 111010 1101 0 110001 1011000 111000 11011 1001111 11001

Color Harmonies of #713A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A0D

Black with #713A0D

Text Example


Text Example

White with #713A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,13); }

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

background-color css

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

 a { background-color: rgb(113,58,13); }

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

border-color css

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

 span { border-color: rgb(113,58,13); }

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