#754521

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

Shades of Peru Tan #754521

Tints of Peru Tan #754521

Color information

#754521 (or 0x754521) is unknown color: approx Peru Tan. HEX triplet: 75, 45 and 21. RGB value is (117,69,33). Sum of RGB (Red+Green+Blue) = 117+69+33=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #754521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754521 is #8ABADE. Grayscale: #4F4F4F. Windows color (decimal): -9091807 or 2180469. OLE color: 2180469.

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

Color convert

RGB1176933-
CMYK00.410.720.54
HSL25.71º56%29.41%-
HSV(B)25.71º71.79%45.88%-
XYZ9.748.152.5-
YUV79.25101.9154.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=53.42%
G=31.51%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117693300.410.720.5425.715629.41
Hex75452102948361a381d
Octal1651054105111066327035
Binary11101011000101100001010100110010001101101101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754521; }

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

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

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

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

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

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

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

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