#7F3513

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

Shades of Peru Tan #7F3513

Tints of Peru Tan #7F3513

Color information

#7F3513 (or 0x7F3513) is unknown color: approx Peru Tan. HEX triplet: 7F, 35 and 13. RGB value is (127,53,19). Sum of RGB (Red+Green+Blue) = 127+53+19=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3513 is #80CAEC. Grayscale: #474747. Windows color (decimal): -8440557 or 1258879. OLE color: 1258879.

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

Color convert

RGB1275319-
CMYK00.580.850.50
HSL18.89º73.97%28.63%-
HSV(B)18.89º85.04%49.8%-
XYZ10.147.111.45-
YUV71.2598.52167.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.82%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=63.82%
G=26.63%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127531900.580.850.5018.8973.9728.63
Hex7F351303A5532134a1d
Octal1776523072125622311235
Binary1111111110101100110111010101010111001010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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