#763210

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

Shades of Peru Tan #763210

Tints of Peru Tan #763210

Color information

#763210 (or 0x763210) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 10. RGB value is (118,50,16). Sum of RGB (Red+Green+Blue) = 118+50+16=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #763210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763210 is #89CDEF. Grayscale: #424242. Windows color (decimal): -9031152 or 1061494. OLE color: 1061494.

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

Color convert

RGB1185016-
CMYK00.580.860.54
HSL20º76.12%26.27%-
HSV(B)20º86.44%46.27%-
XYZ8.716.171.22-
YUV66.4699.53164.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=64.13%
G=27.17%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118501600.580.860.542076.1226.27
Hex76321003A5636144c1a
Octal1666220072126662411432
Binary1110110110010100000111010101011011011010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763210; }

 p { color: rgb(118,50,16); }

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

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

 a { background-color: rgb(118,50,16); }

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

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

 span { border-color: rgb(118,50,16); }

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