#75421E

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

Shades of Peru Tan #75421E

Tints of Peru Tan #75421E

Color information

#75421E (or 0x75421E) is unknown color: approx Peru Tan. HEX triplet: 75, 42 and 1E. RGB value is (117,66,30). Sum of RGB (Red+Green+Blue) = 117+66+30=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75421E is #8ABDE1. Grayscale: #4D4D4D. Windows color (decimal): -9092578 or 1983093. OLE color: 1983093.

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

Color convert

RGB1176630-
CMYK00.440.740.54
HSL24.83º59.18%28.82%-
HSV(B)24.83º74.36%45.88%-
XYZ9.527.772.23-
YUV77.14101.4156.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=54.93%
G=30.99%
B=14.08%

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
Decimal117663000.440.740.5424.8359.1828.82
Hex75421E02C4A36193b1d
Octal1651023605411266317335
Binary1110101100001011110010110010010101101101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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