#763F1B

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

Shades of Peru Tan #763F1B

Tints of Peru Tan #763F1B

Color information

#763F1B (or 0x763F1B) is unknown color: approx Peru Tan. HEX triplet: 76, 3F and 1B. RGB value is (118,63,27). Sum of RGB (Red+Green+Blue) = 118+63+27=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F1B is #89C0E4. Grayscale: #4B4B4B. Windows color (decimal): -9027813 or 1785718. OLE color: 1785718.

HSL color Cylindrical-coordinate representation of color #763F1B: hue angle of 23.74º 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 #763F1B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1186327-
CMYK00.470.770.54
HSL23.74º62.76%28.43%-
HSV(B)23.74º77.12%46.27%-
XYZ9.457.491.98-
YUV75.34100.72158.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=56.73%
G=30.29%
B=12.98%

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
Decimal118632700.470.770.5423.7462.7628.43
Hex763F1B02F4D36183f1c
Octal166773305711566307734
Binary111011011111111011010111110011011101101100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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