#764224

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

Shades of Peru Tan #764224

Tints of Peru Tan #764224

Color information

#764224 (or 0x764224) is unknown color: approx Peru Tan. HEX triplet: 76, 42 and 24. RGB value is (118,66,36). Sum of RGB (Red+Green+Blue) = 118+66+36=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764224 is #89BDDB. Grayscale: #4E4E4E. Windows color (decimal): -9027036 or 2376310. OLE color: 2376310.

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

Color convert

RGB1186636-
CMYK00.440.690.54
HSL21.95º53.25%30.2%-
HSV(B)21.95º69.49%46.27%-
XYZ9.747.882.68-
YUV78.13104.23156.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=53.64%
G=30%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118663600.440.690.5421.9553.2530.2
Hex76422402C453616351e
Octal1661024405410566266536
Binary11101101000010100100010110010001011101101011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764224; }

 p { color: rgb(118,66,36); }

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

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

 a { background-color: rgb(118,66,36); }

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

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

 span { border-color: rgb(118,66,36); }

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