Html Css Color HEX #713308 Peru Tan

📋 copy color: '#713308'

red 113 ◦ green 51 ◦ blue 8

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

Shades of Peru Tan #713308

Tints of Peru Tan #713308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

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

R = 65.7%
G = 29.65%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#713308 (or 0x713308) is known color: Peru Tan. HEX triplet: 71, 33 and 08. RGB value is (113,51,8). Sum of RGB (Red+Green+Blue) = 113+51+8=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713308 is #8ECCF7. Grayscale: #404040. Windows color (decimal): -9358584 or 537457. OLE color: 537457.

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

Color convert

RGB 113 51 8 -
CMYK 0 0.55 0.93 0.56
HSL 24.57º 0.87% 0.24% -
HSV(B) 24.57º 0.93% 0.44% -
XYZ 8.04 5.9 0.94 -
YUV 64.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 113 51 8 0 0.55 0.93 0.56 24.57 0.87 0.24
Hex 71 33 8 0 37 5D 38 19 57 18
Octal 161 63 10 0 67 135 70 31 127 30
Binary 1110001 110011 1000 0 110111 1011101 111000 11001 1010111 11000

Color Harmonies of #713308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713308

Black with #713308

Text Example


Text Example

White with #713308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713308; }

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

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

background-color css

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

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

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

border-color css

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

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

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