#753E1C

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

Shades of Peru Tan #753E1C

Tints of Peru Tan #753E1C

Color information

#753E1C (or 0x753E1C) is unknown color: approx Peru Tan. HEX triplet: 75, 3E and 1C. RGB value is (117,62,28). Sum of RGB (Red+Green+Blue) = 117+62+28=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E1C is #8AC1E3. Grayscale: #4A4A4A. Windows color (decimal): -9093604 or 1850997. OLE color: 1850997.

HSL color Cylindrical-coordinate representation of color #753E1C: hue angle of 22.92º 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 #753E1C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1176228-
CMYK00.470.760.54
HSL22.92º61.38%28.43%-
HSV(B)22.92º76.07%45.88%-
XYZ9.277.312.02-
YUV74.57101.72158.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=56.52%
G=29.95%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117622800.470.760.5422.9261.3828.43
Hex753E1C02F4C36173d1c
Octal165763405711466277534
Binary111010111111011100010111110011001101101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753E1C; }

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

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

<style>
 a { background-color: #753E1C; }

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

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

<style>
 span { border-color: #753E1C; }

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

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