#763F1D

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

Shades of Peru Tan #763F1D

Tints of Peru Tan #763F1D

Color information

#763F1D (or 0x763F1D) is unknown color: approx Peru Tan. HEX triplet: 76, 3F and 1D. RGB value is (118,63,29). Sum of RGB (Red+Green+Blue) = 118+63+29=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #763F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F1D is #89C0E2. Grayscale: #4B4B4B. Windows color (decimal): -9027811 or 1916790. OLE color: 1916790.

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

Color convert

RGB1186329-
CMYK00.470.750.54
HSL22.92º60.54%28.82%-
HSV(B)22.92º75.42%46.27%-
XYZ9.477.52.11-
YUV75.57101.72158.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=56.19%
G=30%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118632900.470.750.5422.9260.5428.82
Hex763F1D02F4B36173d1d
Octal166773505711366277535
Binary111011011111111101010111110010111101101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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