Html Css Color HEX #713608 Peru Tan

📋 copy color: '#713608'

red 113 ◦ green 54 ◦ blue 8

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

Shades of Peru Tan #713608

Tints of Peru Tan #713608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

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

R = 64.57%
G = 30.86%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713608 (or 0x713608) is known color: Peru Tan. HEX triplet: 71, 36 and 08. RGB value is (113,54,8). Sum of RGB (Red+Green+Blue) = 113+54+8=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #713608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713608 is #8EC9F7. Grayscale: #424242. Windows color (decimal): -9357816 or 538225. OLE color: 538225.

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

Color convert

RGB 113 54 8 -
CMYK 0 0.52 0.93 0.56
HSL 26.29º 0.87% 0.24% -
HSV(B) 26.29º 0.93% 0.44% -
XYZ 8.17 6.17 0.99 -
YUV 66.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 113 54 8 0 0.52 0.93 0.56 26.29 0.87 0.24
Hex 71 36 8 0 34 5D 38 1A 57 18
Octal 161 66 10 0 64 135 70 32 127 30
Binary 1110001 110110 1000 0 110100 1011101 111000 11010 1010111 11000

Color Harmonies of #713608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713608

Black with #713608

Text Example


Text Example

White with #713608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713608; }

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

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

background-color css

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

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

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

border-color css

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

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

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