#763203

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

Shades of Peru Tan #763203

Tints of Peru Tan #763203

Color information

#763203 (or 0x763203) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 03. RGB value is (118,50,3). Sum of RGB (Red+Green+Blue) = 118+50+3=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #763203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763203 is #89CDFC. Grayscale: #414141. Windows color (decimal): -9031165 or 209526. OLE color: 209526.

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

Color convert

RGB118503-
CMYK00.580.970.54
HSL24.52º95.04%23.73%-
HSV(B)24.52º97.46%46.27%-
XYZ8.636.140.82-
YUV64.9793.03165.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=69.01%
G=29.24%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11850300.580.970.5424.5295.0423.73
Hex7632303A6136195f18
Octal166623072141663113730
Binary1110110110010110111010110000111011011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763203; }

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

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

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

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

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

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

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

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