#753921

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

Shades of Peru Tan #753921

Tints of Peru Tan #753921

Color information

#753921 (or 0x753921) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 21. RGB value is (117,57,33). Sum of RGB (Red+Green+Blue) = 117+57+33=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753921 is #8AC6DE. Grayscale: #484848. Windows color (decimal): -9094879 or 2177397. OLE color: 2177397.

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

Color convert

RGB1175733-
CMYK00.510.720.54
HSL17.14º56%29.41%-
HSV(B)17.14º71.79%45.88%-
XYZ9.076.822.28-
YUV72.2105.88159.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=56.52%
G=27.54%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117573300.510.720.5417.145629.41
Hex753921033483611381d
Octal165714106311066217035
Binary1110101111001100001011001110010001101101000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753921; }

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

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

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

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

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

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

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

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