Html Css Color HEX #71300F Peru Tan

📋 copy color: '#71300F'

red 113 ◦ green 48 ◦ blue 15

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

Shades of Peru Tan #71300F

Tints of Peru Tan #71300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 64.2%
G = 27.27%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71300F (or 0x71300F) is known color: Peru Tan. HEX triplet: 71, 30 and 0F. RGB value is (113,48,15). Sum of RGB (Red+Green+Blue) = 113+48+15=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71300F is #8ECFF0. Grayscale: #3F3F3F. Windows color (decimal): -9359345 or 995441. OLE color: 995441.

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

Color convert

RGB 113 48 15 -
CMYK 0 0.58 0.87 0.56
HSL 20.2º 0.77% 0.25% -
HSV(B) 20.2º 0.87% 0.44% -
XYZ 7.95 5.66 1.13 -
YUV 63.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 113 48 15 0 0.58 0.87 0.56 20.2 0.77 0.25
Hex 71 30 F 0 3A 57 38 14 4D 19
Octal 161 60 17 0 72 127 70 24 115 31
Binary 1110001 110000 1111 0 111010 1010111 111000 10100 1001101 11001

Color Harmonies of #71300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71300F

Black with #71300F

Text Example


Text Example

White with #71300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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