#763311

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

Shades of Peru Tan #763311

Tints of Peru Tan #763311

Color information

#763311 (or 0x763311) is unknown color: approx Peru Tan. HEX triplet: 76, 33 and 11. RGB value is (118,51,17). Sum of RGB (Red+Green+Blue) = 118+51+17=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #763311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763311 is #89CCEE. Grayscale: #434343. Windows color (decimal): -9030895 or 1127286. OLE color: 1127286.

HSL color Cylindrical-coordinate representation of color #763311: hue angle of 20.2º 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 #763311 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1185117-
CMYK00.570.860.54
HSL20.2º74.81%26.47%-
HSV(B)20.2º85.59%46.27%-
XYZ8.766.261.28-
YUV67.1699.7164.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=63.44%
G=27.42%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118511700.570.860.5420.274.8126.47
Hex7633110395636144b1a
Octal1666321071126662411332
Binary1110110110011100010111001101011011011010100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763311; }

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

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

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

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

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

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

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

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