#753212

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

Shades of Peru Tan #753212

Tints of Peru Tan #753212

Color information

#753212 (or 0x753212) is unknown color: approx Peru Tan. HEX triplet: 75, 32 and 12. RGB value is (117,50,18). Sum of RGB (Red+Green+Blue) = 117+50+18=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753212 is #8ACDED. Grayscale: #424242. Windows color (decimal): -9096686 or 1192565. OLE color: 1192565.

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

Color convert

RGB1175018-
CMYK00.570.850.54
HSL19.39º73.33%26.47%-
HSV(B)19.39º84.62%45.88%-
XYZ8.596.111.3-
YUV66.39100.7164.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=63.24%
G=27.03%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117501800.570.850.5419.3973.3326.47
Hex753212039553613491a
Octal1656222071125662311132
Binary1110101110010100100111001101010111011010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753212; }

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

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

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

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

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

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

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

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