#763315

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

Shades of Peru Tan #763315

Tints of Peru Tan #763315

Color information

#763315 (or 0x763315) is unknown color: approx Peru Tan. HEX triplet: 76, 33 and 15. RGB value is (118,51,21). Sum of RGB (Red+Green+Blue) = 118+51+21=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763315 is #89CCEA. Grayscale: #434343. Windows color (decimal): -9030891 or 1389430. OLE color: 1389430.

HSL color Cylindrical-coordinate representation of color #763315: hue angle of 18.56º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #763315 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1185121-
CMYK00.570.820.54
HSL18.56º69.78%27.25%-
HSV(B)18.56º82.2%46.27%-
XYZ8.796.271.46-
YUV67.61101.7163.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=62.11%
G=26.84%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118512100.570.820.5418.5669.7827.25
Hex763315039523613461b
Octal1666325071122662310633
Binary1110110110011101010111001101001011011010011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763315; }

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

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

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

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

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

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

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

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