#754522

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

Shades of Peru Tan #754522

Tints of Peru Tan #754522

Color information

#754522 (or 0x754522) is unknown color: approx Peru Tan. HEX triplet: 75, 45 and 22. RGB value is (117,69,34). Sum of RGB (Red+Green+Blue) = 117+69+34=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754522 is #8ABADD. Grayscale: #4F4F4F. Windows color (decimal): -9091806 or 2246005. OLE color: 2246005.

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

Color convert

RGB1176934-
CMYK00.410.710.54
HSL25.3º54.97%29.61%-
HSV(B)25.3º70.94%45.88%-
XYZ9.758.152.57-
YUV79.36102.4154.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=53.18%
G=31.36%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117693400.410.710.5425.354.9729.61
Hex754522029473619371e
Octal1651054205110766316736
Binary11101011000101100010010100110001111101101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754522; }

 p { color: rgb(117,69,34); }

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

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

 a { background-color: rgb(117,69,34); }

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

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

 span { border-color: rgb(117,69,34); }

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