#763813

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

Shades of Peru Tan #763813

Tints of Peru Tan #763813

Color information

#763813 (or 0x763813) is unknown color: approx Peru Tan. HEX triplet: 76, 38 and 13. RGB value is (118,56,19). Sum of RGB (Red+Green+Blue) = 118+56+19=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763813 is #89C7EC. Grayscale: #464646. Windows color (decimal): -9029613 or 1259638. OLE color: 1259638.

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

Color convert

RGB1185619-
CMYK00.530.840.54
HSL22.42º72.26%26.86%-
HSV(B)22.42º83.9%46.27%-
XYZ96.731.44-
YUV70.3299.04162.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=61.14%
G=29.02%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118561900.530.840.5422.4272.2626.86
Hex763813035543616481b
Octal1667023065124662611033
Binary1110110111000100110110101101010011011010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763813; }

 p { color: rgb(118,56,19); }

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

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

 a { background-color: rgb(118,56,19); }

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

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

 span { border-color: rgb(118,56,19); }

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