#763A19

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

Shades of Peru Tan #763A19

Tints of Peru Tan #763A19

Color information

#763A19 (or 0x763A19) is unknown color: approx Peru Tan. HEX triplet: 76, 3A and 19. RGB value is (118,58,25). Sum of RGB (Red+Green+Blue) = 118+58+25=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A19 is #89C5E6. Grayscale: #484848. Windows color (decimal): -9029095 or 1653366. OLE color: 1653366.

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

Color convert

RGB1185825-
CMYK00.510.790.54
HSL21.29º65.03%28.04%-
HSV(B)21.29º78.81%46.27%-
XYZ9.166.951.78-
YUV72.18101.38160.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=58.71%
G=28.86%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118582500.510.790.5421.2965.0328.04
Hex763A190334F3615411c
Octal1667231063117662510134
Binary1110110111010110010110011100111111011010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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