#753214

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

Shades of Peru Tan #753214

Tints of Peru Tan #753214

Color information

#753214 (or 0x753214) is unknown color: approx Peru Tan. HEX triplet: 75, 32 and 14. RGB value is (117,50,20). Sum of RGB (Red+Green+Blue) = 117+50+20=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #753214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753214 is #8ACDEB. Grayscale: #424242. Windows color (decimal): -9096684 or 1323637. OLE color: 1323637.

HSL color Cylindrical-coordinate representation of color #753214: hue angle of 18.56º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #753214 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1175020-
CMYK00.570.830.54
HSL18.56º70.8%26.86%-
HSV(B)18.56º82.91%45.88%-
XYZ8.66.111.39-
YUV66.61101.7163.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=62.57%
G=26.74%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117502000.570.830.5418.5670.826.86
Hex753214039533613471b
Octal1656224071123662310733
Binary1110101110010101000111001101001111011010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753214; }

 p { color: rgb(117,50,20); }

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

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

 a { background-color: rgb(117,50,20); }

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

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

 span { border-color: rgb(117,50,20); }

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