#7F2F11

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

Shades of Peru Tan #7F2F11

Tints of Peru Tan #7F2F11

Color information

#7F2F11 (or 0x7F2F11) is unknown color: approx Peru Tan. HEX triplet: 7F, 2F and 11. RGB value is (127,47,17). Sum of RGB (Red+Green+Blue) = 127+47+17=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2F11 is #80D0EE. Grayscale: #434343. Windows color (decimal): -8442095 or 1126271. OLE color: 1126271.

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

Color convert

RGB1274717-
CMYK00.630.870.50
HSL16.36º76.39%28.24%-
HSV(B)16.36º86.61%49.8%-
XYZ9.876.591.28-
YUV67.599.5170.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 66.49%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=66.49%
G=24.61%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127471700.630.870.5016.3676.3928.24
Hex7F2F1103F5732104c1c
Octal1775721077127622011434
Binary1111111101111100010111111101011111001010000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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