#763A1F

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

Shades of Peru Tan #763A1F

Tints of Peru Tan #763A1F

Color information

#763A1F (or 0x763A1F) is unknown color: approx Peru Tan. HEX triplet: 76, 3A and 1F. RGB value is (118,58,31). Sum of RGB (Red+Green+Blue) = 118+58+31=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A1F is #89C5E0. Grayscale: #494949. Windows color (decimal): -9029089 or 2046582. OLE color: 2046582.

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

Color convert

RGB1185831-
CMYK00.510.740.54
HSL18.62º58.39%29.22%-
HSV(B)18.62º73.73%46.27%-
XYZ9.236.982.16-
YUV72.86104.38160.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=57.00%
G=28.02%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118583100.510.740.5418.6258.3929.22
Hex763A1F0334A36133a1d
Octal166723706311266237235
Binary111011011101011111011001110010101101101001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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