#753A21

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

Shades of Peru Tan #753A21

Tints of Peru Tan #753A21

Color information

#753A21 (or 0x753A21) is unknown color: approx Peru Tan. HEX triplet: 75, 3A and 21. RGB value is (117,58,33). Sum of RGB (Red+Green+Blue) = 117+58+33=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A21 is #8AC5DE. Grayscale: #484848. Windows color (decimal): -9094623 or 2177653. OLE color: 2177653.

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

Color convert

RGB1175833-
CMYK00.500.720.54
HSL17.86º56%29.41%-
HSV(B)17.86º71.79%45.88%-
XYZ9.126.922.29-
YUV72.79105.55159.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=56.25%
G=27.88%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117583300.500.720.5417.865629.41
Hex753A21032483612381d
Octal165724106211066227035
Binary1110101111010100001011001010010001101101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A21; }

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

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

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

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

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

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

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

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