#71300A

Color #71300A Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #71300A

Tints of Peru Tan #71300A

Color information

#71300A (or 0x71300A) is unknown color: approx Peru Tan. HEX triplet: 71, 30 and 0A. RGB value is (113,48,10). Sum of RGB (Red+Green+Blue) = 113+48+10=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #71300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71300A is #8ECFF5. Grayscale: #3F3F3F. Windows color (decimal): -9359350 or 667761. OLE color: 667761.

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

Color convert

RGB1134810-
CMYK00.580.910.56
HSL22.14º83.74%24.12%-
HSV(B)22.14º91.15%44.31%-
XYZ7.925.650.96-
YUV63.198.03163.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=66.08%
G=28.07%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113481000.580.910.5622.1483.7424.12
Hex7130A03A5B38165418
Octal1616012072133702612430
Binary111000111000010100111010101101111100010110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71300A;
 }
 .AnyTagClassName
 {
   color: #71300A;
 }
</style>
background-color css

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

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

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

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

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

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