#753B1F

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

Shades of Peru Tan #753B1F

Tints of Peru Tan #753B1F

Color information

#753B1F (or 0x753B1F) is unknown color: approx Peru Tan. HEX triplet: 75, 3B and 1F. RGB value is (117,59,31). Sum of RGB (Red+Green+Blue) = 117+59+31=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B1F is #8AC4E0. Grayscale: #494949. Windows color (decimal): -9094369 or 2046837. OLE color: 2046837.

HSL color Cylindrical-coordinate representation of color #753B1F: hue angle of 19.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753B1F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1175931-
CMYK00.500.740.54
HSL19.53º58.11%29.02%-
HSV(B)19.53º73.5%45.88%-
XYZ9.157.012.17-
YUV73.15104.22159.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=56.52%
G=28.50%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117593100.500.740.5419.5358.1129.02
Hex753B1F0324A36143a1d
Octal165733706211266247235
Binary111010111101111111011001010010101101101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753B1F; }

 p { color: rgb(117,59,31); }

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

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

 a { background-color: rgb(117,59,31); }

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

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

 span { border-color: rgb(117,59,31); }

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