Html Css Color HEX #713B12 Peru Tan

📋 copy color: '#713B12'

red 113 ◦ green 59 ◦ blue 18

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

Shades of Peru Tan #713B12

Tints of Peru Tan #713B12

RGB

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

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

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

R = 59.47%
G = 31.05%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#713B12 (or 0x713B12) is known color: Peru Tan. HEX triplet: 71, 3B and 12. RGB value is (113,59,18). Sum of RGB (Red+Green+Blue) = 113+59+18=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #713B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B12 is #8EC4ED. Grayscale: #464646. Windows color (decimal): -9356526 or 1194865. OLE color: 1194865.

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

Color convert

RGB 113 59 18 -
CMYK 0 0.48 0.84 0.56
HSL 25.89º 0.73% 0.26% -
HSV(B) 25.89º 0.84% 0.44% -
XYZ 8.48 6.68 1.41 -
YUV 70.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 113 59 18 0 0.48 0.84 0.56 25.89 0.73 0.26
Hex 71 3B 12 0 30 54 38 1A 49 1A
Octal 161 73 22 0 60 124 70 32 111 32
Binary 1110001 111011 10010 0 110000 1010100 111000 11010 1001001 11010

Color Harmonies of #713B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B12

Black with #713B12

Text Example


Text Example

White with #713B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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