#763E1F

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

Shades of Peru Tan #763E1F

Tints of Peru Tan #763E1F

Color information

#763E1F (or 0x763E1F) is unknown color: approx Peru Tan. HEX triplet: 76, 3E and 1F. RGB value is (118,62,31). Sum of RGB (Red+Green+Blue) = 118+62+31=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E1F is #89C1E0. Grayscale: #4B4B4B. Windows color (decimal): -9028065 or 2047606. OLE color: 2047606.

HSL color Cylindrical-coordinate representation of color #763E1F: hue angle of 21.38º 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 #763E1F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1186231-
CMYK00.470.740.54
HSL21.38º58.39%29.22%-
HSV(B)21.38º73.73%46.27%-
XYZ9.447.42.23-
YUV75.21103.05158.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=55.92%
G=29.38%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118623100.470.740.5421.3858.3929.22
Hex763E1F02F4A36153a1d
Octal166763705711266257235
Binary111011011111011111010111110010101101101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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