#75421F

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

Shades of Peru Tan #75421F

Tints of Peru Tan #75421F

Color information

#75421F (or 0x75421F) is unknown color: approx Peru Tan. HEX triplet: 75, 42 and 1F. RGB value is (117,66,31). Sum of RGB (Red+Green+Blue) = 117+66+31=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75421F is #8ABDE0. Grayscale: #4D4D4D. Windows color (decimal): -9092577 or 2048629. OLE color: 2048629.

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

Color convert

RGB1176631-
CMYK00.440.740.54
HSL24.42º58.11%29.02%-
HSV(B)24.42º73.5%45.88%-
XYZ9.537.782.3-
YUV77.26101.9156.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=54.67%
G=30.84%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117663100.440.740.5424.4258.1129.02
Hex75421F02C4A36183a1d
Octal1651023705411266307235
Binary1110101100001011111010110010010101101101100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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