#75401B

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

Shades of Peru Tan #75401B

Tints of Peru Tan #75401B

Color information

#75401B (or 0x75401B) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 1B. RGB value is (117,64,27). Sum of RGB (Red+Green+Blue) = 117+64+27=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401B is #8ABFE4. Grayscale: #4B4B4B. Windows color (decimal): -9093093 or 1785973. OLE color: 1785973.

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

Color convert

RGB1176427-
CMYK00.450.770.54
HSL24.67º62.5%28.24%-
HSV(B)24.67º76.92%45.88%-
XYZ9.377.532-
YUV75.63100.56157.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=56.25%
G=30.77%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117642700.450.770.5424.6762.528.24
Hex75401B02D4D36193e1c
Octal1651003305511566317634
Binary1110101100000011011010110110011011101101100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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