#754420

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

Shades of Peru Tan #754420

Tints of Peru Tan #754420

Color information

#754420 (or 0x754420) is unknown color: approx Peru Tan. HEX triplet: 75, 44 and 20. RGB value is (117,68,32). Sum of RGB (Red+Green+Blue) = 117+68+32=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #754420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754420 is #8ABBDF. Grayscale: #4E4E4E. Windows color (decimal): -9092064 or 2114677. OLE color: 2114677.

HSL color Cylindrical-coordinate representation of color #754420: hue angle of 25.41º 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 #754420 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1176832-
CMYK00.420.730.54
HSL25.41º57.05%29.22%-
HSV(B)25.41º72.65%45.88%-
XYZ9.668.022.41-
YUV78.55101.73155.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=53.92%
G=31.34%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117683200.420.730.5425.4157.0529.22
Hex75442002A493619391d
Octal1651044005211166317135
Binary11101011000100100000010101010010011101101100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754420; }

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

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

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

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

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

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

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

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