#75401C

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

Shades of Peru Tan #75401C

Tints of Peru Tan #75401C

Color information

#75401C (or 0x75401C) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 1C. RGB value is (117,64,28). Sum of RGB (Red+Green+Blue) = 117+64+28=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401C is #8ABFE3. Grayscale: #4B4B4B. Windows color (decimal): -9093092 or 1851509. OLE color: 1851509.

HSL color Cylindrical-coordinate representation of color #75401C: hue angle of 24.27º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75401C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1176428-
CMYK00.450.760.54
HSL24.27º61.38%28.43%-
HSV(B)24.27º76.07%45.88%-
XYZ9.387.532.06-
YUV75.74101.06157.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=55.98%
G=30.62%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117642800.450.760.5424.2761.3828.43
Hex75401C02D4C36183d1c
Octal1651003405511466307534
Binary1110101100000011100010110110011001101101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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