#763E1B

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

Shades of Peru Tan #763E1B

Tints of Peru Tan #763E1B

Color information

#763E1B (or 0x763E1B) is unknown color: approx Peru Tan. HEX triplet: 76, 3E and 1B. RGB value is (118,62,27). Sum of RGB (Red+Green+Blue) = 118+62+27=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E1B is #89C1E4. Grayscale: #4A4A4A. Windows color (decimal): -9028069 or 1785462. OLE color: 1785462.

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

Color convert

RGB1186227-
CMYK00.470.770.54
HSL23.08º62.76%28.43%-
HSV(B)23.08º77.12%46.27%-
XYZ9.397.381.97-
YUV74.75101.05158.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=57.00%
G=29.95%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118622700.470.770.5423.0862.7628.43
Hex763E1B02F4D36173f1c
Octal166763305711566277734
Binary111011011111011011010111110011011101101011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,27); }

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

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

 a { background-color: rgb(118,62,27); }

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

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

 span { border-color: rgb(118,62,27); }

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