Html Css Color HEX #713508 Peru Tan

📋 copy color: '#713508'

red 113 ◦ green 53 ◦ blue 8

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

Shades of Peru Tan #713508

Tints of Peru Tan #713508

RGB

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

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

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

R = 64.94%
G = 30.46%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713508 (or 0x713508) is known color: Peru Tan. HEX triplet: 71, 35 and 08. RGB value is (113,53,8). Sum of RGB (Red+Green+Blue) = 113+53+8=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #713508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713508 is #8ECAF7. Grayscale: #424242. Windows color (decimal): -9358072 or 537969. OLE color: 537969.

HSL color Cylindrical-coordinate representation of color #713508: hue angle of 25.71º 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 #713508 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 8 -
CMYK 0 0.53 0.93 0.56
HSL 25.71º 0.87% 0.24% -
HSV(B) 25.71º 0.93% 0.44% -
XYZ 8.13 6.07 0.97 -
YUV 65.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 113 53 8 0 0.53 0.93 0.56 25.71 0.87 0.24
Hex 71 35 8 0 35 5D 38 1A 57 18
Octal 161 65 10 0 65 135 70 32 127 30
Binary 1110001 110101 1000 0 110101 1011101 111000 11010 1010111 11000

Color Harmonies of #713508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713508

Black with #713508

Text Example


Text Example

White with #713508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713508; }

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

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

background-color css

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

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

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

border-color css

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

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

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