#7F3816

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

Shades of Peru Tan #7F3816

Tints of Peru Tan #7F3816

Color information

#7F3816 (or 0x7F3816) is unknown color: approx Peru Tan. HEX triplet: 7F, 38 and 16. RGB value is (127,56,22). Sum of RGB (Red+Green+Blue) = 127+56+22=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3816 is #80C7E9. Grayscale: #494949. Windows color (decimal): -8439786 or 1456255. OLE color: 1456255.

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

Color convert

RGB1275622-
CMYK00.560.830.50
HSL19.43º70.47%29.22%-
HSV(B)19.43º82.68%49.8%-
XYZ10.317.41.64-
YUV73.3599.02166.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.95%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=61.95%
G=27.32%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127562200.560.830.5019.4370.4729.22
Hex7F3816038533213461d
Octal1777026070123622310635
Binary1111111111000101100111000101001111001010011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,56,22); }

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

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

 a { background-color: rgb(127,56,22); }

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

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

 span { border-color: rgb(127,56,22); }

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