#75401F

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

Shades of Peru Tan #75401F

Tints of Peru Tan #75401F

Color information

#75401F (or 0x75401F) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 1F. RGB value is (117,64,31). Sum of RGB (Red+Green+Blue) = 117+64+31=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401F is #8ABFE0. Grayscale: #4C4C4C. Windows color (decimal): -9093089 or 2048117. OLE color: 2048117.

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

Color convert

RGB1176431-
CMYK00.450.740.54
HSL23.02º58.11%29.02%-
HSV(B)23.02º73.5%45.88%-
XYZ9.427.552.26-
YUV76.08102.56157.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=55.19%
G=30.19%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117643100.450.740.5423.0258.1129.02
Hex75401F02D4A36173a1d
Octal1651003705511266277235
Binary1110101100000011111010110110010101101101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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