#763C1B

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

Shades of Peru Tan #763C1B

Tints of Peru Tan #763C1B

Color information

#763C1B (or 0x763C1B) is unknown color: approx Peru Tan. HEX triplet: 76, 3C and 1B. RGB value is (118,60,27). Sum of RGB (Red+Green+Blue) = 118+60+27=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C1B is #89C3E4. Grayscale: #494949. Windows color (decimal): -9028581 or 1784950. OLE color: 1784950.

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

Color convert

RGB1186027-
CMYK00.490.770.54
HSL21.76º62.76%28.43%-
HSV(B)21.76º77.12%46.27%-
XYZ9.287.161.93-
YUV73.58101.72159.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=57.56%
G=29.27%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118602700.490.770.5421.7662.7628.43
Hex763C1B0314D36163f1c
Octal166743306111566267734
Binary111011011110011011011000110011011101101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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