#763212

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

Shades of Peru Tan #763212

Tints of Peru Tan #763212

Color information

#763212 (or 0x763212) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 12. RGB value is (118,50,18). Sum of RGB (Red+Green+Blue) = 118+50+18=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #763212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763212 is #89CDED. Grayscale: #424242. Windows color (decimal): -9031150 or 1192566. OLE color: 1192566.

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

Color convert

RGB1185018-
CMYK00.580.850.54
HSL19.2º73.53%26.67%-
HSV(B)19.2º84.75%46.27%-
XYZ8.726.181.3-
YUV66.68100.53164.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=63.44%
G=26.88%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118501800.580.850.5419.273.5326.67
Hex76321203A5536134a1b
Octal1666222072125662311233
Binary1110110110010100100111010101010111011010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763212; }

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

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

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

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

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

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

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

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