Html Css Color HEX #713A12 Peru Tan

📋 copy color: '#713A12'

red 113 ◦ green 58 ◦ blue 18

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

Shades of Peru Tan #713A12

Tints of Peru Tan #713A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 59.79%
G = 30.69%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#713A12 (or 0x713A12) is known color: Peru Tan. HEX triplet: 71, 3A and 12. RGB value is (113,58,18). Sum of RGB (Red+Green+Blue) = 113+58+18=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #713A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A12 is #8EC5ED. Grayscale: #464646. Windows color (decimal): -9356782 or 1194609. OLE color: 1194609.

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

Color convert

RGB 113 58 18 -
CMYK 0 0.49 0.84 0.56
HSL 25.26º 0.73% 0.26% -
HSV(B) 25.26º 0.84% 0.44% -
XYZ 8.43 6.58 1.4 -
YUV 69.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 113 58 18 0 0.49 0.84 0.56 25.26 0.73 0.26
Hex 71 3A 12 0 31 54 38 19 49 1A
Octal 161 72 22 0 61 124 70 31 111 32
Binary 1110001 111010 10010 0 110001 1010100 111000 11001 1001001 11010

Color Harmonies of #713A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A12

Black with #713A12

Text Example


Text Example

White with #713A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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