#763F1C

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

Shades of Peru Tan #763F1C

Tints of Peru Tan #763F1C

Color information

#763F1C (or 0x763F1C) is unknown color: approx Peru Tan. HEX triplet: 76, 3F and 1C. RGB value is (118,63,28). Sum of RGB (Red+Green+Blue) = 118+63+28=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F1C is #89C0E3. Grayscale: #4B4B4B. Windows color (decimal): -9027812 or 1851254. OLE color: 1851254.

HSL color Cylindrical-coordinate representation of color #763F1C: hue angle of 23.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763F1C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1186328-
CMYK00.470.760.54
HSL23.33º61.64%28.63%-
HSV(B)23.33º76.27%46.27%-
XYZ9.467.492.05-
YUV75.45101.22158.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=56.46%
G=30.14%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118632800.470.760.5423.3361.6428.63
Hex763F1C02F4C36173e1d
Octal166773405711466277635
Binary111011011111111100010111110011001101101011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,63,28); }

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

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

 a { background-color: rgb(118,63,28); }

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

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

 span { border-color: rgb(118,63,28); }

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