Html Css Color HEX #713408 Peru Tan

📋 copy color: '#713408'

red 113 ◦ green 52 ◦ blue 8

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

Shades of Peru Tan #713408

Tints of Peru Tan #713408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 65.32%
G = 30.06%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713408 (or 0x713408) is known color: Peru Tan. HEX triplet: 71, 34 and 08. RGB value is (113,52,8). Sum of RGB (Red+Green+Blue) = 113+52+8=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713408 is #8ECBF7. Grayscale: #414141. Windows color (decimal): -9358328 or 537713. OLE color: 537713.

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

Color convert

RGB 113 52 8 -
CMYK 0 0.54 0.93 0.56
HSL 25.14º 0.87% 0.24% -
HSV(B) 25.14º 0.93% 0.44% -
XYZ 8.08 5.98 0.96 -
YUV 65.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 113 52 8 0 0.54 0.93 0.56 25.14 0.87 0.24
Hex 71 34 8 0 36 5D 38 19 57 18
Octal 161 64 10 0 66 135 70 31 127 30
Binary 1110001 110100 1000 0 110110 1011101 111000 11001 1010111 11000

Color Harmonies of #713408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713408

Black with #713408

Text Example


Text Example

White with #713408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713408; }

 p { color: rgb(113,52,8); }

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

background-color css

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

 a { background-color: rgb(113,52,8); }

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

border-color css

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

 span { border-color: rgb(113,52,8); }

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