#75411A

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

Shades of Peru Tan #75411A

Tints of Peru Tan #75411A

Color information

#75411A (or 0x75411A) is unknown color: approx Peru Tan. HEX triplet: 75, 41 and 1A. RGB value is (117,65,26). Sum of RGB (Red+Green+Blue) = 117+65+26=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75411A is #8ABEE5. Grayscale: #4C4C4C. Windows color (decimal): -9092838 or 1720693. OLE color: 1720693.

HSL color Cylindrical-coordinate representation of color #75411A: hue angle of 25.71º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75411A is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1176526-
CMYK00.440.780.54
HSL25.71º63.64%28.04%-
HSV(B)25.71º77.78%45.88%-
XYZ9.417.641.96-
YUV76.199.73157.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=56.25%
G=31.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117652600.440.780.5425.7163.6428.04
Hex75411A02C4E361a401c
Octal16510132054116663210034
Binary11101011000001110100101100100111011011011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75411A; }

 p { color: rgb(117,65,26); }

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

<style>
 a { background-color: #75411A; }

 a { background-color: rgb(117,65,26); }

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

<style>
 span { border-color: #75411A; }

 span { border-color: rgb(117,65,26); }

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