#75431F

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

Shades of Peru Tan #75431F

Tints of Peru Tan #75431F

Color information

#75431F (or 0x75431F) is unknown color: approx Peru Tan. HEX triplet: 75, 43 and 1F. RGB value is (117,67,31). Sum of RGB (Red+Green+Blue) = 117+67+31=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75431F is #8ABCE0. Grayscale: #4E4E4E. Windows color (decimal): -9092321 or 2048885. OLE color: 2048885.

HSL color Cylindrical-coordinate representation of color #75431F: hue angle of 25.12º 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 #75431F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1176731-
CMYK00.430.740.54
HSL25.12º58.11%29.02%-
HSV(B)25.12º73.5%45.88%-
XYZ9.597.92.31-
YUV77.85101.56155.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=54.42%
G=31.16%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117673100.430.740.5425.1258.1129.02
Hex75431F02B4A36193a1d
Octal1651033705311266317235
Binary1110101100001111111010101110010101101101100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75431F; }

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

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

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

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

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

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

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

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