#752E0E

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

Shades of Peru Tan #752E0E

Tints of Peru Tan #752E0E

Color information

#752E0E (or 0x752E0E) is unknown color: approx Peru Tan. HEX triplet: 75, 2E and 0E. RGB value is (117,46,14). Sum of RGB (Red+Green+Blue) = 117+46+14=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E0E is #8AD1F1. Grayscale: #3F3F3F. Windows color (decimal): -9097714 or 929397. OLE color: 929397.

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

Color convert

RGB1174614-
CMYK00.610.880.54
HSL18.64º78.63%25.69%-
HSV(B)18.64º88.03%45.88%-
XYZ8.395.771.09-
YUV63.58100.02166.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=66.10%
G=25.99%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117461400.610.880.5418.6478.6325.69
Hex752EE03D5836134f1a
Octal1655616075130662311732
Binary111010110111011100111101101100011011010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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