#752E05

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

Shades of Peru Tan #752E05

Tints of Peru Tan #752E05

Color information

#752E05 (or 0x752E05) is unknown color: approx Peru Tan. HEX triplet: 75, 2E and 05. RGB value is (117,46,5). Sum of RGB (Red+Green+Blue) = 117+46+5=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #752E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E05 is #8AD1FA. Grayscale: #3E3E3E. Windows color (decimal): -9097723 or 339573. OLE color: 339573.

HSL color Cylindrical-coordinate representation of color #752E05: hue angle of 21.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #752E05 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117465-
CMYK00.610.960.54
HSL21.96º91.8%23.92%-
HSV(B)21.96º95.73%45.88%-
XYZ8.345.750.81-
YUV62.5695.52166.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=69.64%
G=27.38%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11746500.610.960.5421.9691.823.92
Hex752E503D6036165c18
Octal165565075140662613430
Binary11101011011101010111101110000011011010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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