#752E07

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

Shades of Peru Tan #752E07

Tints of Peru Tan #752E07

Color information

#752E07 (or 0x752E07) is unknown color: approx Peru Tan. HEX triplet: 75, 2E and 07. RGB value is (117,46,7). Sum of RGB (Red+Green+Blue) = 117+46+7=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E07 is #8AD1F8. Grayscale: #3F3F3F. Windows color (decimal): -9097721 or 470645. OLE color: 470645.

HSL color Cylindrical-coordinate representation of color #752E07: hue angle of 21.27º 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 #752E07 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117467-
CMYK00.610.940.54
HSL21.27º88.71%24.31%-
HSV(B)21.27º94.02%45.88%-
XYZ8.355.750.87-
YUV62.7896.52166.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=68.82%
G=27.06%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11746700.610.940.5421.2788.7124.31
Hex752E703D5E36155918
Octal165567075136662513130
Binary11101011011101110111101101111011011010101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E07; }

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

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

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

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

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

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

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

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