#7F3C1D

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

Shades of Peru Tan #7F3C1D

Tints of Peru Tan #7F3C1D

Color information

#7F3C1D (or 0x7F3C1D) is unknown color: approx Peru Tan. HEX triplet: 7F, 3C and 1D. RGB value is (127,60,29). Sum of RGB (Red+Green+Blue) = 127+60+29=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3C1D is #80C3E2. Grayscale: #4C4C4C. Windows color (decimal): -8438755 or 1916031. OLE color: 1916031.

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

Color convert

RGB1276029-
CMYK00.530.770.50
HSL18.98º62.82%30.59%-
HSV(B)18.98º77.17%49.8%-
XYZ10.597.832.12-
YUV76.5101.2164.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.80%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=58.80%
G=27.78%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127602900.530.770.5018.9862.8230.59
Hex7F3C1D0354D32133f1f
Octal177743506511562237737
Binary111111111110011101011010110011011100101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,60,29); }

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

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

 a { background-color: rgb(127,60,29); }

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

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

 span { border-color: rgb(127,60,29); }

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