#763821

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

Shades of Peru Tan #763821

Tints of Peru Tan #763821

Color information

#763821 (or 0x763821) is unknown color: approx Peru Tan. HEX triplet: 76, 38 and 21. RGB value is (118,56,33). Sum of RGB (Red+Green+Blue) = 118+56+33=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763821 is #89C7DE. Grayscale: #484848. Windows color (decimal): -9029599 or 2177142. OLE color: 2177142.

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

Color convert

RGB1185633-
CMYK00.530.720.54
HSL16.24º56.29%29.61%-
HSV(B)16.24º72.03%46.27%-
XYZ9.166.792.27-
YUV71.92106.04160.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=57.00%
G=27.05%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118563300.530.720.5416.2456.2929.61
Hex763821035483610381e
Octal166704106511066207036
Binary1110110111000100001011010110010001101101000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763821; }

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

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

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

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

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

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

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

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