#754421

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

Shades of Peru Tan #754421

Tints of Peru Tan #754421

Color information

#754421 (or 0x754421) is unknown color: approx Peru Tan. HEX triplet: 75, 44 and 21. RGB value is (117,68,33). Sum of RGB (Red+Green+Blue) = 117+68+33=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754421 is #8ABBDE. Grayscale: #4E4E4E. Windows color (decimal): -9092063 or 2180213. OLE color: 2180213.

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

Color convert

RGB1176833-
CMYK00.420.720.54
HSL25º56%29.41%-
HSV(B)25º71.79%45.88%-
XYZ9.688.032.48-
YUV78.66102.23155.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=53.67%
G=31.19%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117683300.420.720.54255629.41
Hex75442102A483619381d
Octal1651044105211066317035
Binary11101011000100100001010101010010001101101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754421; }

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

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

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

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

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

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

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

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