#7F2F0E

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

Shades of Peru Tan #7F2F0E

Tints of Peru Tan #7F2F0E

Color information

#7F2F0E (or 0x7F2F0E) is unknown color: approx Peru Tan. HEX triplet: 7F, 2F and 0E. RGB value is (127,47,14). Sum of RGB (Red+Green+Blue) = 127+47+14=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2F0E is #80D0F1. Grayscale: #434343. Windows color (decimal): -8442098 or 929663. OLE color: 929663.

HSL color Cylindrical-coordinate representation of color #7F2F0E: hue angle of 17.52º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F2F0E is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1274714-
CMYK00.630.890.50
HSL17.52º80.14%27.65%-
HSV(B)17.52º88.98%49.8%-
XYZ9.856.581.17-
YUV67.1698170.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.55%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=67.55%
G=25%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127471400.630.890.5017.5280.1427.65
Hex7F2FE03F593212501c
Octal1775716077131622212034
Binary111111110111111100111111101100111001010010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,47,14); }

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

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

 a { background-color: rgb(127,47,14); }

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

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

 span { border-color: rgb(127,47,14); }

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