#753107

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

Shades of Peru Tan #753107

Tints of Peru Tan #753107

Color information

#753107 (or 0x753107) is unknown color: approx Peru Tan. HEX triplet: 75, 31 and 07. RGB value is (117,49,7). Sum of RGB (Red+Green+Blue) = 117+49+7=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #753107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753107 is #8ACEF8. Grayscale: #404040. Windows color (decimal): -9096953 or 471413. OLE color: 471413.

HSL color Cylindrical-coordinate representation of color #753107: hue angle of 22.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #753107 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117497-
CMYK00.580.940.54
HSL22.91º88.71%24.31%-
HSV(B)22.91º94.02%45.88%-
XYZ8.475.990.91-
YUV64.5495.53165.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=67.63%
G=28.32%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11749700.580.940.5422.9188.7124.31
Hex7531703A5E36175918
Octal165617072136662713130
Binary11101011100011110111010101111011011010111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753107; }

 p { color: rgb(117,49,7); }

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

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

 a { background-color: rgb(117,49,7); }

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

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

 span { border-color: rgb(117,49,7); }

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