#763D21

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

Shades of Peru Tan #763D21

Tints of Peru Tan #763D21

Color information

#763D21 (or 0x763D21) is unknown color: approx Peru Tan. HEX triplet: 76, 3D and 21. RGB value is (118,61,33). Sum of RGB (Red+Green+Blue) = 118+61+33=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D21 is #89C2DE. Grayscale: #4B4B4B. Windows color (decimal): -9028319 or 2178422. OLE color: 2178422.

HSL color Cylindrical-coordinate representation of color #763D21: hue angle of 19.76º 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 #763D21 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1186133-
CMYK00.480.720.54
HSL19.76º56.29%29.61%-
HSV(B)19.76º72.03%46.27%-
XYZ9.417.32.35-
YUV74.85104.38158.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=55.66%
G=28.77%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118613300.480.720.5419.7656.2929.61
Hex763D21030483614381e
Octal166754106011066247036
Binary1110110111101100001011000010010001101101010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763D21; }

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

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

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

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

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

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

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

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