#7F3514

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

Shades of Peru Tan #7F3514

Tints of Peru Tan #7F3514

Color information

#7F3514 (or 0x7F3514) is unknown color: approx Peru Tan. HEX triplet: 7F, 35 and 14. RGB value is (127,53,20). Sum of RGB (Red+Green+Blue) = 127+53+20=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3514 is #80CAEB. Grayscale: #474747. Windows color (decimal): -8440556 or 1324415. OLE color: 1324415.

HSL color Cylindrical-coordinate representation of color #7F3514: hue angle of 18.5º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F3514 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1275320-
CMYK00.580.840.50
HSL18.5º72.79%28.82%-
HSV(B)18.5º84.25%49.8%-
XYZ10.157.111.5-
YUV71.3699.02167.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 20 (8.20% from 255) = 10%
R=63.5%
G=26.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127532000.580.840.5018.572.7928.82
Hex7F351403A543213491d
Octal1776524072124622311135
Binary1111111110101101000111010101010011001010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3514; }

 p { color: rgb(127,53,20); }

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

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

 a { background-color: rgb(127,53,20); }

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

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

 span { border-color: rgb(127,53,20); }

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