#763A1A

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

Shades of Peru Tan #763A1A

Tints of Peru Tan #763A1A

Color information

#763A1A (or 0x763A1A) is unknown color: approx Peru Tan. HEX triplet: 76, 3A and 1A. RGB value is (118,58,26). Sum of RGB (Red+Green+Blue) = 118+58+26=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #763A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A1A is #89C5E5. Grayscale: #484848. Windows color (decimal): -9029094 or 1718902. OLE color: 1718902.

HSL color Cylindrical-coordinate representation of color #763A1A: hue angle of 20.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #763A1A is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1185826-
CMYK00.510.780.54
HSL20.87º63.89%28.24%-
HSV(B)20.87º77.97%46.27%-
XYZ9.176.951.84-
YUV72.29101.88160.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=58.42%
G=28.71%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118582600.510.780.5420.8763.8928.24
Hex763A1A0334E3615401c
Octal1667232063116662510034
Binary1110110111010110100110011100111011011010101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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