#753011

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

Shades of Peru Tan #753011

Tints of Peru Tan #753011

Color information

#753011 (or 0x753011) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 11. RGB value is (117,48,17). Sum of RGB (Red+Green+Blue) = 117+48+17=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #753011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753011 is #8ACFEE. Grayscale: #414141. Windows color (decimal): -9097199 or 1126517. OLE color: 1126517.

HSL color Cylindrical-coordinate representation of color #753011: hue angle of 18.6º degrees, saturation: 0.75, 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 #753011 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1174817-
CMYK00.590.850.54
HSL18.6º74.63%26.27%-
HSV(B)18.6º85.47%45.88%-
XYZ8.495.941.23-
YUV65.1100.86165.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=64.29%
G=26.37%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117481700.590.850.5418.674.6326.27
Hex75301103B5536134b1a
Octal1656021073125662311332
Binary1110101110000100010111011101010111011010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753011; }

 p { color: rgb(117,48,17); }

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

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

 a { background-color: rgb(117,48,17); }

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

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

 span { border-color: rgb(117,48,17); }

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