#763218

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

Shades of Peru Tan #763218

Tints of Peru Tan #763218

Color information

#763218 (or 0x763218) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 18. RGB value is (118,50,24). Sum of RGB (Red+Green+Blue) = 118+50+24=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763218 is #89CDE7. Grayscale: #434343. Windows color (decimal): -9031144 or 1585782. OLE color: 1585782.

HSL color Cylindrical-coordinate representation of color #763218: hue angle of 16.6º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #763218 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1185024-
CMYK00.580.800.54
HSL16.6º66.2%27.84%-
HSV(B)16.6º79.66%46.27%-
XYZ8.786.21.6-
YUV67.37103.53164.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=61.46%
G=26.04%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118502400.580.800.5416.666.227.84
Hex76321803A503611421c
Octal1666230072120662110234
Binary1110110110010110000111010101000011011010001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763218; }

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

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

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

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

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

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

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

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