#7F2E0E

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

Shades of Peru Tan #7F2E0E

Tints of Peru Tan #7F2E0E

Color information

#7F2E0E (or 0x7F2E0E) is unknown color: approx Peru Tan. HEX triplet: 7F, 2E and 0E. RGB value is (127,46,14). Sum of RGB (Red+Green+Blue) = 127+46+14=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2E0E is #80D1F1. Grayscale: #424242. Windows color (decimal): -8442354 or 929407. OLE color: 929407.

HSL color Cylindrical-coordinate representation of color #7F2E0E: hue angle of 16.99º 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 #7F2E0E is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1274614-
CMYK00.640.890.50
HSL16.99º80.14%27.65%-
HSV(B)16.99º88.98%49.8%-
XYZ9.816.51.15-
YUV66.5798.34171.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.91%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=67.91%
G=24.60%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127461400.640.890.5016.9980.1427.65
Hex7F2EE040593211501c
Octal17756160100131622112034
Binary1111111101110111001000000101100111001010001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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