Html Css Color HEX #71300D Peru Tan

📋 copy color: '#71300D'

red 113 ◦ green 48 ◦ blue 13

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

Shades of Peru Tan #71300D

Tints of Peru Tan #71300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 64.94%
G = 27.59%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71300D (or 0x71300D) is known color: Peru Tan. HEX triplet: 71, 30 and 0D. RGB value is (113,48,13). Sum of RGB (Red+Green+Blue) = 113+48+13=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71300D is #8ECFF2. Grayscale: #3F3F3F. Windows color (decimal): -9359347 or 864369. OLE color: 864369.

HSL color Cylindrical-coordinate representation of color #71300D: hue angle of 21º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71300D is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 13 -
CMYK 0 0.58 0.88 0.56
HSL 21º 0.79% 0.25% -
HSV(B) 21º 0.88% 0.44% -
XYZ 7.94 5.65 1.05 -
YUV 63.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 113 48 13 0 0.58 0.88 0.56 21 0.79 0.25
Hex 71 30 D 0 3A 58 38 15 4F 19
Octal 161 60 15 0 72 130 70 25 117 31
Binary 1110001 110000 1101 0 111010 1011000 111000 10101 1001111 11001

Color Harmonies of #71300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71300D

Black with #71300D

Text Example


Text Example

White with #71300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71300D; }

 p { color: rgb(113,48,13); }

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

background-color css

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

 a { background-color: rgb(113,48,13); }

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

border-color css

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

 span { border-color: rgb(113,48,13); }

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