#75401A

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

Shades of Peru Tan #75401A

Tints of Peru Tan #75401A

Color information

#75401A (or 0x75401A) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 1A. RGB value is (117,64,26). Sum of RGB (Red+Green+Blue) = 117+64+26=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #75401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401A is #8ABFE5. Grayscale: #4B4B4B. Windows color (decimal): -9093094 or 1720437. OLE color: 1720437.

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

Color convert

RGB1176426-
CMYK00.450.780.54
HSL25.05º63.64%28.04%-
HSV(B)25.05º77.78%45.88%-
XYZ9.367.521.94-
YUV75.51100.06157.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=56.52%
G=30.92%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117642600.450.780.5425.0563.6428.04
Hex75401A02D4E3619401c
Octal16510032055116663110034
Binary11101011000000110100101101100111011011011001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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