#763C1F

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

Shades of Peru Tan #763C1F

Tints of Peru Tan #763C1F

Color information

#763C1F (or 0x763C1F) is unknown color: approx Peru Tan. HEX triplet: 76, 3C and 1F. RGB value is (118,60,31). Sum of RGB (Red+Green+Blue) = 118+60+31=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C1F is #89C3E0. Grayscale: #4A4A4A. Windows color (decimal): -9028577 or 2047094. OLE color: 2047094.

HSL color Cylindrical-coordinate representation of color #763C1F: hue angle of 20º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763C1F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1186031-
CMYK00.490.740.54
HSL20º58.39%29.22%-
HSV(B)20º73.73%46.27%-
XYZ9.337.182.19-
YUV74.04103.72159.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=56.46%
G=28.71%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118603100.490.740.542058.3929.22
Hex763C1F0314A36143a1d
Octal166743706111266247235
Binary111011011110011111011000110010101101101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763C1F; }

 p { color: rgb(118,60,31); }

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

<style>
 a { background-color: #763C1F; }

 a { background-color: rgb(118,60,31); }

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

<style>
 span { border-color: #763C1F; }

 span { border-color: rgb(118,60,31); }

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