#763911

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

Shades of Peru Tan #763911

Tints of Peru Tan #763911

Color information

#763911 (or 0x763911) is unknown color: approx Peru Tan. HEX triplet: 76, 39 and 11. RGB value is (118,57,17). Sum of RGB (Red+Green+Blue) = 118+57+17=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763911 is #89C6EE. Grayscale: #464646. Windows color (decimal): -9029359 or 1128822. OLE color: 1128822.

HSL color Cylindrical-coordinate representation of color #763911: hue angle of 23.76º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763911 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1185717-
CMYK00.520.860.54
HSL23.76º74.81%26.47%-
HSV(B)23.76º85.59%46.27%-
XYZ9.046.821.37-
YUV70.6897.71161.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=61.46%
G=29.69%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118571700.520.860.5423.7674.8126.47
Hex7639110345636184b1a
Octal1667121064126663011332
Binary1110110111001100010110100101011011011011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763911; }

 p { color: rgb(118,57,17); }

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

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

 a { background-color: rgb(118,57,17); }

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

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

 span { border-color: rgb(118,57,17); }

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