#754020

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

Shades of Peru Tan #754020

Tints of Peru Tan #754020

Color information

#754020 (or 0x754020) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 20. RGB value is (117,64,32). Sum of RGB (Red+Green+Blue) = 117+64+32=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #754020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754020 is #8ABFDF. Grayscale: #4C4C4C. Windows color (decimal): -9093088 or 2113653. OLE color: 2113653.

HSL color Cylindrical-coordinate representation of color #754020: hue angle of 22.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #754020 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1176432-
CMYK00.450.730.54
HSL22.59º57.05%29.22%-
HSV(B)22.59º72.65%45.88%-
XYZ9.437.552.33-
YUV76.2103.06157.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=54.93%
G=30.05%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117643200.450.730.5422.5957.0529.22
Hex75402002D493617391d
Octal1651004005511166277135
Binary11101011000000100000010110110010011101101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754020; }

 p { color: rgb(117,64,32); }

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

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

 a { background-color: rgb(117,64,32); }

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

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

 span { border-color: rgb(117,64,32); }

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